Html Css Color HEX #EEC202 Golden Poppy

📋 copy color: '#EEC202'

red 238 ◦ green 194 ◦ blue 2

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

Shades of Golden Poppy #EEC202

Tints of Golden Poppy #EEC202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 54.84%
G = 44.7%
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

#EEC202 (or 0xEEC202) is known color: Golden Poppy. HEX triplet: EE, C2 and 02. RGB value is (238,194,2). Sum of RGB (Red+Green+Blue) = 238+194+2=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC202 is #113DFD. Grayscale: #BABABA. Windows color (decimal): -1129982 or 180974. OLE color: 180974.

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

Color convert

RGB 238 194 2 -
CMYK 0 0.18 0.99 0.07
HSL 48.81º 0.98% 0.47% -
HSV(B) 48.81º 0.99% 0.93% -
XYZ 54.56 56.77 8.14 -
YUV 185.27 24.58 165.61 -
System Red Green Blue C M Y K H S L
Decimal 238 194 2 0 0.18 0.99 0.07 48.81 0.98 0.47
Hex EE C2 2 0 12 63 7 31 62 2F
Octal 356 302 2 0 22 143 7 61 142 57
Binary 11101110 11000010 10 0 10010 1100011 111 110001 1100010 101111

Color Harmonies of #EEC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC202

Black with #EEC202

Text Example


Text Example

White with #EEC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC202; }

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

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

background-color css

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

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

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

border-color css

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

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

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