Html Css Color HEX #EEC504 Golden Poppy

📋 copy color: '#EEC504'

red 238 ◦ green 197 ◦ blue 4

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

Shades of Golden Poppy #EEC504

Tints of Golden Poppy #EEC504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 54.21%
G = 44.87%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEC504 (or 0xEEC504) is known color: Golden Poppy. HEX triplet: EE, C5 and 04. RGB value is (238,197,4). Sum of RGB (Red+Green+Blue) = 238+197+4=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC504 is #113AFB. Grayscale: #BCBCBC. Windows color (decimal): -1129212 or 312814. OLE color: 312814.

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

Color convert

RGB 238 197 4 -
CMYK 0 0.17 0.98 0.07
HSL 49.49º 0.97% 0.47% -
HSV(B) 49.49º 0.98% 0.93% -
XYZ 55.25 58.12 8.42 -
YUV 187.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 238 197 4 0 0.17 0.98 0.07 49.49 0.97 0.47
Hex EE C5 4 0 11 62 7 31 61 2F
Octal 356 305 4 0 21 142 7 61 141 57
Binary 11101110 11000101 100 0 10001 1100010 111 110001 1100001 101111

Color Harmonies of #EEC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC504

Black with #EEC504

Text Example


Text Example

White with #EEC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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