#E9C401

Color #E9C401 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #E9C401

Tints of Golden Poppy #E9C401

Color information

#E9C401 (or 0xE9C401) is unknown color: approx Golden Poppy. HEX triplet: E9, C4 and 01. RGB value is (233,196,1). Sum of RGB (Red+Green+Blue) = 233+196+1=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9C401 is #163BFE. Grayscale: #B9B9B9. Windows color (decimal): -1457151 or 115945. OLE color: 115945.

HSL color Cylindrical-coordinate representation of color #E9C401: hue angle of 50.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9C401 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB2331961-
CMYK00.161.000.09
HSL50.43º99.15%45.88%-
HSV(B)50.43º99.57%91.37%-
XYZ53.3556.818.18-
YUV184.8324.26162.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.19%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=54.19%
G=45.58%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233196100.161.000.0950.4399.1545.88
HexE9C4101064932632e
Octal3513041020144116214356
Binary11101001110001001010000110010010011100101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C401; }

 p { color: rgb(233,196,1); }

 H1.HeaderClassName
 {
   color: #E9C401;
 }
 .AnyTagClassName
 {
   color: #E9C401;
 }
</style>
background-color css

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

 a { background-color: rgb(233,196,1); }

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

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

 span { border-color: rgb(233,196,1); }

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