Html Css Color HEX #EEC901 Golden Poppy

📋 copy color: '#EEC901'

red 238 ◦ green 201 ◦ blue 1

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

Shades of Golden Poppy #EEC901

Tints of Golden Poppy #EEC901

RGB

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

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

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

R = 54.09%
G = 45.68%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEC901 (or 0xEEC901) is known color: Golden Poppy. HEX triplet: EE, C9 and 01. RGB value is (238,201,1). Sum of RGB (Red+Green+Blue) = 238+201+1=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC901 is #1136FE. Grayscale: #BEBEBE. Windows color (decimal): -1128191 or 117230. OLE color: 117230.

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

Color convert

RGB 238 201 1 -
CMYK 0 0.16 1.00 0.07
HSL 50.63º 0.99% 0.47% -
HSV(B) 50.63º 1% 0.93% -
XYZ 56.15 59.95 8.64 -
YUV 189.26 21.76 162.76 -
System Red Green Blue C M Y K H S L
Decimal 238 201 1 0 0.16 1.00 0.07 50.63 0.99 0.47
Hex EE C9 1 0 10 64 7 33 63 2F
Octal 356 311 1 0 20 144 7 63 143 57
Binary 11101110 11001001 1 0 10000 1100100 111 110011 1100011 101111

Color Harmonies of #EEC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC901

Black with #EEC901

Text Example


Text Example

White with #EEC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC901; }

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

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

background-color css

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

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

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

border-color css

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

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

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