Html Css Color HEX #EEB905 Golden Poppy

📋 copy color: '#EEB905'

red 238 ◦ green 185 ◦ blue 5

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

Shades of Golden Poppy #EEB905

Tints of Golden Poppy #EEB905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

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

R = 55.61%
G = 43.22%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEB905 (or 0xEEB905) is known color: Golden Poppy. HEX triplet: EE, B9 and 05. RGB value is (238,185,5). Sum of RGB (Red+Green+Blue) = 238+185+5=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB905 is #1146FA. Grayscale: #B5B5B5. Windows color (decimal): -1132283 or 375278. OLE color: 375278.

HSL color Cylindrical-coordinate representation of color #EEB905: hue angle of 46.35º 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 #EEB905 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 5 -
CMYK 0 0.22 0.98 0.07
HSL 46.35º 0.96% 0.48% -
HSV(B) 46.35º 0.98% 0.93% -
XYZ 52.64 52.89 7.58 -
YUV 180.33 29.06 169.14 -
System Red Green Blue C M Y K H S L
Decimal 238 185 5 0 0.22 0.98 0.07 46.35 0.96 0.48
Hex EE B9 5 0 16 62 7 2E 60 30
Octal 356 271 5 0 26 142 7 56 140 60
Binary 11101110 10111001 101 0 10110 1100010 111 101110 1100000 110000

Color Harmonies of #EEB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB905

Black with #EEB905

Text Example


Text Example

White with #EEB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB905; }

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

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

background-color css

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

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

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

border-color css

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

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

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