Html Css Color HEX #EECA04 Golden Poppy

📋 copy color: '#EECA04'

red 238 ◦ green 202 ◦ blue 4

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

Shades of Golden Poppy #EECA04

Tints of Golden Poppy #EECA04

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

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

R = 53.6%
G = 45.5%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EECA04 (or 0xEECA04) is known color: Golden Poppy. HEX triplet: EE, CA and 04. RGB value is (238,202,4). Sum of RGB (Red+Green+Blue) = 238+202+4=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA04 is #1135FB. Grayscale: #BFBFBF. Windows color (decimal): -1127932 or 314094. OLE color: 314094.

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

Color convert

RGB 238 202 4 -
CMYK 0 0.15 0.98 0.07
HSL 50.77º 0.97% 0.47% -
HSV(B) 50.77º 0.98% 0.93% -
XYZ 56.4 60.43 8.81 -
YUV 190.19 22.93 162.1 -
System Red Green Blue C M Y K H S L
Decimal 238 202 4 0 0.15 0.98 0.07 50.77 0.97 0.47
Hex EE CA 4 0 F 62 7 33 61 2F
Octal 356 312 4 0 17 142 7 63 141 57
Binary 11101110 11001010 100 0 1111 1100010 111 110011 1100001 101111

Color Harmonies of #EECA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA04

Black with #EECA04

Text Example


Text Example

White with #EECA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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