Html Css Color HEX #EEC506 Golden Poppy

📋 copy color: '#EEC506'

red 238 ◦ green 197 ◦ blue 6

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

Shades of Golden Poppy #EEC506

Tints of Golden Poppy #EEC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 53.97%
G = 44.67%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEC506 (or 0xEEC506) is known color: Golden Poppy. HEX triplet: EE, C5 and 06. RGB value is (238,197,6). Sum of RGB (Red+Green+Blue) = 238+197+6=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC506 is #113AF9. Grayscale: #BCBCBC. Windows color (decimal): -1129210 or 443886. OLE color: 443886.

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

Color convert

RGB 238 197 6 -
CMYK 0 0.17 0.97 0.07
HSL 49.4º 0.95% 0.48% -
HSV(B) 49.4º 0.97% 0.93% -
XYZ 55.26 58.12 8.48 -
YUV 187.49 25.58 164.03 -
System Red Green Blue C M Y K H S L
Decimal 238 197 6 0 0.17 0.97 0.07 49.4 0.95 0.48
Hex EE C5 6 0 11 61 7 31 5F 30
Octal 356 305 6 0 21 141 7 61 137 60
Binary 11101110 11000101 110 0 10001 1100001 111 110001 1011111 110000

Color Harmonies of #EEC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC506

Black with #EEC506

Text Example


Text Example

White with #EEC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC506; }

 p { color: rgb(238,197,6); }

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

background-color css

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

 a { background-color: rgb(238,197,6); }

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

border-color css

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

 span { border-color: rgb(238,197,6); }

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