Html Css Color HEX #EEC402 Golden Poppy

📋 copy color: '#EEC402'

red 238 ◦ green 196 ◦ blue 2

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

Shades of Golden Poppy #EEC402

Tints of Golden Poppy #EEC402

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 54.59%
G = 44.95%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEC402 (or 0xEEC402) is known color: Golden Poppy. HEX triplet: EE, C4 and 02. RGB value is (238,196,2). Sum of RGB (Red+Green+Blue) = 238+196+2=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC402 is #113BFD. Grayscale: #BBBBBB. Windows color (decimal): -1129470 or 181486. OLE color: 181486.

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

Color convert

RGB 238 196 2 -
CMYK 0 0.18 0.99 0.07
HSL 49.32º 0.98% 0.47% -
HSV(B) 49.32º 0.99% 0.93% -
XYZ 55.01 57.66 8.29 -
YUV 186.44 23.91 164.77 -
System Red Green Blue C M Y K H S L
Decimal 238 196 2 0 0.18 0.99 0.07 49.32 0.98 0.47
Hex EE C4 2 0 12 63 7 31 62 2F
Octal 356 304 2 0 22 143 7 61 142 57
Binary 11101110 11000100 10 0 10010 1100011 111 110001 1100010 101111

Color Harmonies of #EEC402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC402

Black with #EEC402

Text Example


Text Example

White with #EEC402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC402; }

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

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

background-color css

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

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

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

border-color css

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

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

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