#E5C301

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

Shades of Golden Poppy #E5C301

Tints of Golden Poppy #E5C301

Color information

#E5C301 (or 0xE5C301) is unknown color: approx Golden Poppy. HEX triplet: E5, C3 and 01. RGB value is (229,195,1). Sum of RGB (Red+Green+Blue) = 229+195+1=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C301 is #1A3CFE. Grayscale: #B7B7B7. Windows color (decimal): -1719551 or 115685. OLE color: 115685.

HSL color Cylindrical-coordinate representation of color #E5C301: hue angle of 51.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5C301 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB2291951-
CMYK00.151.000.10
HSL51.05º99.13%45.1%-
HSV(B)51.05º99.56%89.8%-
XYZ51.8355.698.05-
YUV183.0525.26160.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.88%
GREEN value IS 195 (76.56% from 255) = 45.88%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=53.88%
G=45.88%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229195100.151.000.1051.0599.1345.1
HexE5C310F64A33632d
Octal3453031017144126314355
Binary1110010111000011101111110010010101100111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C301; }

 p { color: rgb(229,195,1); }

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

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

 a { background-color: rgb(229,195,1); }

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

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

 span { border-color: rgb(229,195,1); }

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