#E1D410

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

Shades of Sunflower #E1D410

Tints of Sunflower #E1D410

Color information

#E1D410 (or 0xE1D410) is unknown color: approx Sunflower. HEX triplet: E1, D4 and 10. RGB value is (225,212,16). Sum of RGB (Red+Green+Blue) = 225+212+16=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D410 is #1E2BEF. Grayscale: #C2C2C2. Windows color (decimal): -1977328 or 1103073. OLE color: 1103073.

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

Color convert

RGB22521216-
CMYK00.060.930.12
HSL56.27º86.72%47.25%-
HSV(B)56.27º92.89%88.24%-
XYZ54.6963.139.79-
YUV193.5427.81150.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 16 (6.64% from 255) = 3.53%
R=49.67%
G=46.80%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252121600.060.930.1256.2786.7247.25
HexE1D410065DC38572f
Octal3413242006135147012757
Binary1110000111010100100000110101110111001110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D410; }

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

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

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

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

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

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

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

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