COLOR #EBB101

HEX: #EBB101
RGB: (235,177,1)

Color info

#EBB101 contains mainly red and green colors. Web safe color of #EBB101 is #FF9900 (or #F90).

RGB color model

#EBB101 color RGB value is (235,177,1).

  • red value is 235;
  • green value is 177;
  • blue value is 1.
RGB:
(235,177,1)
(92%,69%,0%)

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 1 of 255 = 0%

235
177
1

R + G + B ~ 54%. #EBB101 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 177 + 1 = 413 (100%)
R 235 of 413 ~ 56.9%
G 177 of 413 ~ 42.86%
B 1 of 413 ~ 0.24%

%56.9
%42.86

CMYK color model

#EBB101 color CMYK value is (0,25,100,8).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 99.57%
  • key color value is 7.84%
CMYK:
(0,25,100,8)
C0M25Y100K8 
(0%,25%,100%,8%)
(0.00/0.25/1.00/0.08)	

CMYK percentages

%0
%24.68
%99.57
%7.84

Codes

Color #EBB101 in popluar color models

EBB101
RGB2351771
HSL45°99.15%46.27%
HSB/HSV45°99.57%92.16%
CMYK0.00%24.68%99.57%
7.84%

Color #EBB101 in popluar number systems.

HEXEBB101
Decimal2351771
Binary11101011101100011
Octal3532611

Shades and tints

Shades of #EBB101

#EBB101
(235,177,1)
#D6A101
(214,161,1)
#C19101
(193,145,1)
#AC8101
(172,129,1)
#977101
(151,113,1)
#826101
(130,97,1)
#6D5101
(109,81,1)
#584101
(88,65,1)
#433101
(67,49,1)
#2E2101
(46,33,1)
#191101
(25,17,1)
#000000
(0,0,0)

Tints of #EBB101

#EBB101
(235,177,1)
#ECB818
(236,184,24)
#EDBF2F
(237,191,47)
#EEC646
(238,198,70)
#EFCD5D
(239,205,93)
#F0D474
(240,212,116)
#F1DB8B
(241,219,139)
#F2E2A2
(242,226,162)
#F3E9B9
(243,233,185)
#F4F0D0
(244,240,208)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB101 color. Also use rgb(235,177,1) instead hex code.

Text Font Color

.myTextColor { color: #EBB101; }

<p style="color:#EBB101">This sample text font color is #EBB101.</p>

This text font color is #EBB101.


Background Color

.myBgColor { background-color: #EBB101; }

<div style="background-color:#EBB101">Inner text</div>

This div background color is #EBB101.


Border color

.myBorderColor { border: 1px solid #EBB101; }

<div style="border:3px solid #EBB101">Div</div>

This div border color is #EBB101.


Opacity

.myOpacity80 { color: #EBB101; opacity: 0.8; }

<p style="color:#EBB101;opacity:0.8;">80%</p>

Text with #EBB101 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBB101;}

<p style="text-shadow: 3px 3px 1px #EBB101">Text here.</p>

This text has shadow with #EBB101 color.

.textShadow {text-shadow: 3px 3px 1px #EBB101, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBB101, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBB101 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB101, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBB101, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBB101 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBB101;
  -webkit-box-shadow:	1px 1px 3px 2px #EBB101;
  box-shadow:		1px 1px 3px 2px #EBB101;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB101;
-webkit-box-shadow: 1px 1px 3px 2px #EBB101;
box-shadow:1px 1px 3px 2px #EBB101;">
Div content here</div>
This div box has shadow with color #EBB101.

Preview

Color preview on black background

This text has color #EBB101 on black background.


Color preview on white background

This text has color #EBB101 on white background.



Black color preview on #EBB101 background

This text has black color on #EBB101 background.


White color preview on #EBB101 background

This text has white color on #EBB101 background.