Html Css Color HEX #EEC802 Golden Poppy

📋 copy color: '#EEC802'

red 238 ◦ green 200 ◦ blue 2

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

Shades of Golden Poppy #EEC802

Tints of Golden Poppy #EEC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 54.09%
G = 45.45%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEC802 (or 0xEEC802) is known color: Golden Poppy. HEX triplet: EE, C8 and 02. RGB value is (238,200,2). Sum of RGB (Red+Green+Blue) = 238+200+2=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC802 is #1137FD. Grayscale: #BDBDBD. Windows color (decimal): -1128446 or 182510. OLE color: 182510.

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

Color convert

RGB 238 200 2 -
CMYK 0 0.16 0.99 0.07
HSL 50.34º 0.98% 0.47% -
HSV(B) 50.34º 0.99% 0.93% -
XYZ 55.93 59.49 8.59 -
YUV 188.79 22.59 163.1 -
System Red Green Blue C M Y K H S L
Decimal 238 200 2 0 0.16 0.99 0.07 50.34 0.98 0.47
Hex EE C8 2 0 10 63 7 32 62 2F
Octal 356 310 2 0 20 143 7 62 142 57
Binary 11101110 11001000 10 0 10000 1100011 111 110010 1100010 101111

Color Harmonies of #EEC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC802

Black with #EEC802

Text Example


Text Example

White with #EEC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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