Html Css Color HEX #EEC201 Golden Poppy

📋 copy color: '#EEC201'

red 238 ◦ green 194 ◦ blue 1

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

Shades of Golden Poppy #EEC201

Tints of Golden Poppy #EEC201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.97%
G = 44.8%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEC201 (or 0xEEC201) is known color: Golden Poppy. HEX triplet: EE, C2 and 01. RGB value is (238,194,1). Sum of RGB (Red+Green+Blue) = 238+194+1=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC201 is #113DFE. Grayscale: #B9B9B9. Windows color (decimal): -1129983 or 115438. OLE color: 115438.

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

Color convert

RGB 238 194 1 -
CMYK 0 0.18 1.00 0.07
HSL 48.86º 0.99% 0.47% -
HSV(B) 48.86º 1% 0.93% -
XYZ 54.56 56.76 8.11 -
YUV 185.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 238 194 1 0 0.18 1.00 0.07 48.86 0.99 0.47
Hex EE C2 1 0 12 64 7 31 63 2F
Octal 356 302 1 0 22 144 7 61 143 57
Binary 11101110 11000010 1 0 10010 1100100 111 110001 1100011 101111

Color Harmonies of #EEC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC201

Black with #EEC201

Text Example


Text Example

White with #EEC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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