#E1D411

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

Shades of Sunflower #E1D411

Tints of Sunflower #E1D411

Color information

#E1D411 (or 0xE1D411) is unknown color: approx Sunflower. HEX triplet: E1, D4 and 11. RGB value is (225,212,17). Sum of RGB (Red+Green+Blue) = 225+212+17=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D411 is #1E2BEE. Grayscale: #C2C2C2. Windows color (decimal): -1977327 or 1168609. OLE color: 1168609.

HSL color Cylindrical-coordinate representation of color #E1D411: hue angle of 56.25º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1D411 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB22521217-
CMYK00.060.920.12
HSL56.25º85.95%47.45%-
HSV(B)56.25º92.44%88.24%-
XYZ54.763.139.83-
YUV193.6628.31150.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 17 (7.03% from 255) = 3.74%
R=49.56%
G=46.70%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252121700.060.920.1256.2585.9547.45
HexE1D411065CC38562f
Octal3413242106134147012657
Binary1110000111010100100010110101110011001110001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D411; }

 p { color: rgb(225,212,17); }

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

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

 a { background-color: rgb(225,212,17); }

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

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

 span { border-color: rgb(225,212,17); }

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