#E1C60F

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

Shades of Sunflower #E1C60F

Tints of Sunflower #E1C60F

Color information

#E1C60F (or 0xE1C60F) is unknown color: approx Sunflower. HEX triplet: E1, C6 and 0F. RGB value is (225,198,15). Sum of RGB (Red+Green+Blue) = 225+198+15=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C60F is #1E39F0. Grayscale: #B9B9B9. Windows color (decimal): -1980913 or 1033953. OLE color: 1033953.

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

Color convert

RGB22519815-
CMYK00.120.930.12
HSL52.29º87.5%47.06%-
HSV(B)52.29º93.33%88.24%-
XYZ51.3356.438.64-
YUV185.2131.95156.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 198 (77.73% from 255) = 45.21%
BLUE value IS 15 (6.25% from 255) = 3.42%
R=51.37%
G=45.21%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251981500.120.930.1252.2987.547.06
HexE1C6F0C5DC34582f
Octal34130617014135146413057
Binary1110000111000110111101100101110111001101001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C60F; }

 p { color: rgb(225,198,15); }

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

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

 a { background-color: rgb(225,198,15); }

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

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

 span { border-color: rgb(225,198,15); }

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