Html Css Color HEX #EEB201 Selective Yellow

📋 copy color: '#EEB201'

red 238 ◦ green 178 ◦ blue 1

#EEB201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #EEB201

Tints of Selective Yellow #EEB201

RGB

 RED value IS 238 (93.36% from 255) = 57.07%

 GREEN value IS 178 (69.92% from 255) = 42.69%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 57.07%
G = 42.69%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEB201 (or 0xEEB201) is known color: Selective Yellow. HEX triplet: EE, B2 and 01. RGB value is (238,178,1). Sum of RGB (Red+Green+Blue) = 238+178+1=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB201 is #114DFE. Grayscale: #B0B0B0. Windows color (decimal): -1134079 or 111342. OLE color: 111342.

HSL color Cylindrical-coordinate representation of color #EEB201: hue angle of 44.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEB201 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 1 -
CMYK 0 0.25 1.00 0.07
HSL 44.81º 0.99% 0.47% -
HSV(B) 44.81º 1% 0.93% -
XYZ 51.19 50.02 6.99 -
YUV 175.76 29.38 172.39 -
System Red Green Blue C M Y K H S L
Decimal 238 178 1 0 0.25 1.00 0.07 44.81 0.99 0.47
Hex EE B2 1 0 19 64 7 2D 63 2F
Octal 356 262 1 0 31 144 7 55 143 57
Binary 11101110 10110010 1 0 11001 1100100 111 101101 1100011 101111

Color Harmonies of #EEB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB201

Black with #EEB201

Text Example


Text Example

White with #EEB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB201; }

 p { color: rgb(238,178,1); }

 H1.HeaderClassName
 {
   color: #EEB201;
 }
 .AnyTagClassName
 {
   color: #EEB201;
 }
</style>

background-color css

<style>
 a { background-color: #EEB201; }

 a { background-color: rgb(238,178,1); }

 div.DivClassName
 {
   background-color: #EEB201;
 }
 .BgClassName
 {
   background-color: #EEB201;
 }
</style>

border-color css

<style>
 span { border-color: #EEB201; }

 span { border-color: rgb(238,178,1); }

 td.TdClassName
 {
   border-color: #EEB201;
 }
 .TagClassName
 {
   border-color: #EEB201;
 }
</style>