Html Css Color HEX #EEBC05 Golden Poppy

📋 copy color: '#EEBC05'

red 238 ◦ green 188 ◦ blue 5

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

Shades of Golden Poppy #EEBC05

Tints of Golden Poppy #EEBC05

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 55.22%
G = 43.62%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEBC05 (or 0xEEBC05) is known color: Golden Poppy. HEX triplet: EE, BC and 05. RGB value is (238,188,5). Sum of RGB (Red+Green+Blue) = 238+188+5=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC05 is #1143FA. Grayscale: #B6B6B6. Windows color (decimal): -1131515 or 376046. OLE color: 376046.

HSL color Cylindrical-coordinate representation of color #EEBC05: hue angle of 47.12º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEBC05 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 5 -
CMYK 0 0.21 0.98 0.07
HSL 47.12º 0.96% 0.48% -
HSV(B) 47.12º 0.98% 0.93% -
XYZ 53.27 54.15 7.79 -
YUV 182.09 28.07 167.88 -
System Red Green Blue C M Y K H S L
Decimal 238 188 5 0 0.21 0.98 0.07 47.12 0.96 0.48
Hex EE BC 5 0 15 62 7 2F 60 30
Octal 356 274 5 0 25 142 7 57 140 60
Binary 11101110 10111100 101 0 10101 1100010 111 101111 1100000 110000

Color Harmonies of #EEBC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC05

Black with #EEBC05

Text Example


Text Example

White with #EEBC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC05; }

 p { color: rgb(238,188,5); }

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

background-color css

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

 a { background-color: rgb(238,188,5); }

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

border-color css

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

 span { border-color: rgb(238,188,5); }

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