#E9C80A

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

Shades of Golden Poppy #E9C80A

Tints of Golden Poppy #E9C80A

Color information

#E9C80A (or 0xE9C80A) is unknown color: approx Golden Poppy. HEX triplet: E9, C8 and 0A. RGB value is (233,200,10). Sum of RGB (Red+Green+Blue) = 233+200+10=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9C80A is #1637F5. Grayscale: #BCBCBC. Windows color (decimal): -1456118 or 706793. OLE color: 706793.

HSL color Cylindrical-coordinate representation of color #E9C80A: hue angle of 51.12º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9C80A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB23320010-
CMYK00.140.960.09
HSL51.12º91.77%47.65%-
HSV(B)51.12º95.71%91.37%-
XYZ54.3158.658.75-
YUV188.2127.43159.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 10 (4.30% from 255) = 2.26%
R=52.60%
G=45.15%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332001000.140.960.0951.1291.7747.65
HexE9C8A0E609335c30
Octal35131012016140116313460
Binary1110100111001000101001110110000010011100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C80A; }

 p { color: rgb(233,200,10); }

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

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

 a { background-color: rgb(233,200,10); }

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

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

 span { border-color: rgb(233,200,10); }

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