#E1C010

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

Shades of Sunflower #E1C010

Tints of Sunflower #E1C010

Color information

#E1C010 (or 0xE1C010) is unknown color: approx Sunflower. HEX triplet: E1, C0 and 10. RGB value is (225,192,16). Sum of RGB (Red+Green+Blue) = 225+192+16=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C010 is #1E3FEF. Grayscale: #B6B6B6. Windows color (decimal): -1982448 or 1097953. OLE color: 1097953.

HSL color Cylindrical-coordinate representation of color #E1C010: hue angle of 50.53º 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 #E1C010 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB22519216-
CMYK00.150.930.12
HSL50.53º86.72%47.25%-
HSV(B)50.53º92.89%88.24%-
XYZ49.9953.748.23-
YUV181.834.43158.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 16 (6.64% from 255) = 3.70%
R=51.96%
G=44.34%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251921600.150.930.1250.5386.7247.25
HexE1C0100F5DC33572f
Octal34130020017135146312757
Binary11100001110000001000001111101110111001100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C010; }

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

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

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

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

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

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

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

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