Html Css Color HEX #EEC902 Golden Poppy

📋 copy color: '#EEC902'

red 238 ◦ green 201 ◦ blue 2

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

Shades of Golden Poppy #EEC902

Tints of Golden Poppy #EEC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.58%

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

R = 53.97%
G = 45.58%
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

#EEC902 (or 0xEEC902) is known color: Golden Poppy. HEX triplet: EE, C9 and 02. RGB value is (238,201,2). Sum of RGB (Red+Green+Blue) = 238+201+2=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC902 is #1136FD. Grayscale: #BEBEBE. Windows color (decimal): -1128190 or 182766. OLE color: 182766.

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

Color convert

RGB 238 201 2 -
CMYK 0 0.16 0.99 0.07
HSL 50.59º 0.98% 0.47% -
HSV(B) 50.59º 0.99% 0.93% -
XYZ 56.16 59.95 8.67 -
YUV 189.38 22.26 162.68 -
System Red Green Blue C M Y K H S L
Decimal 238 201 2 0 0.16 0.99 0.07 50.59 0.98 0.47
Hex EE C9 2 0 10 63 7 33 62 2F
Octal 356 311 2 0 20 143 7 63 142 57
Binary 11101110 11001001 10 0 10000 1100011 111 110011 1100010 101111

Color Harmonies of #EEC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC902

Black with #EEC902

Text Example


Text Example

White with #EEC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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