Html Css Color HEX #EECA02 Golden Poppy

📋 copy color: '#EECA02'

red 238 ◦ green 202 ◦ blue 2

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

Shades of Golden Poppy #EECA02

Tints of Golden Poppy #EECA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 53.85%
G = 45.7%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EECA02 (or 0xEECA02) is known color: Golden Poppy. HEX triplet: EE, CA and 02. RGB value is (238,202,2). Sum of RGB (Red+Green+Blue) = 238+202+2=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA02 is #1135FD. Grayscale: #BEBEBE. Windows color (decimal): -1127934 or 183022. OLE color: 183022.

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

Color convert

RGB 238 202 2 -
CMYK 0 0.15 0.99 0.07
HSL 50.85º 0.98% 0.47% -
HSV(B) 50.85º 0.99% 0.93% -
XYZ 56.39 60.42 8.75 -
YUV 189.96 21.93 162.26 -
System Red Green Blue C M Y K H S L
Decimal 238 202 2 0 0.15 0.99 0.07 50.85 0.98 0.47
Hex EE CA 2 0 F 63 7 33 62 2F
Octal 356 312 2 0 17 143 7 63 142 57
Binary 11101110 11001010 10 0 1111 1100011 111 110011 1100010 101111

Color Harmonies of #EECA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA02

Black with #EECA02

Text Example


Text Example

White with #EECA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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