#E1D80A

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

Shades of Sunflower #E1D80A

Tints of Sunflower #E1D80A

Color information

#E1D80A (or 0xE1D80A) is unknown color: approx Sunflower. HEX triplet: E1, D8 and 0A. RGB value is (225,216,10). Sum of RGB (Red+Green+Blue) = 225+216+10=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D80A is #1E27F5. Grayscale: #C4C4C4. Windows color (decimal): -1976310 or 710881. OLE color: 710881.

HSL color Cylindrical-coordinate representation of color #E1D80A: hue angle of 57.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1D80A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB22521610-
CMYK00.040.960.12
HSL57.49º91.49%46.08%-
HSV(B)57.49º95.56%88.24%-
XYZ55.6665.149.93-
YUV195.2123.48149.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 10 (4.30% from 255) = 2.22%
R=49.89%
G=47.89%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252161000.040.960.1257.4991.4946.08
HexE1D8A0460C395b2e
Octal3413301204140147113356
Binary111000011101100010100100110000011001110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D80A; }

 p { color: rgb(225,216,10); }

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

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

 a { background-color: rgb(225,216,10); }

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

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

 span { border-color: rgb(225,216,10); }

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