#E1C20C

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

Shades of Sunflower #E1C20C

Tints of Sunflower #E1C20C

Color information

#E1C20C (or 0xE1C20C) is unknown color: approx Sunflower. HEX triplet: E1, C2 and 0C. RGB value is (225,194,12). Sum of RGB (Red+Green+Blue) = 225+194+12=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C20C is #1E3DF3. Grayscale: #B7B7B7. Windows color (decimal): -1981940 or 836321. OLE color: 836321.

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

Color convert

RGB22519412-
CMYK00.140.950.12
HSL51.27º89.87%46.47%-
HSV(B)51.27º94.67%88.24%-
XYZ50.4154.628.23-
YUV182.5231.77158.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 12 (5.08% from 255) = 2.78%
R=52.20%
G=45.01%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251941200.140.950.1251.2789.8746.47
HexE1C2C0E5FC335a2e
Octal34130214016137146313256
Binary1110000111000010110001110101111111001100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C20C; }

 p { color: rgb(225,194,12); }

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

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

 a { background-color: rgb(225,194,12); }

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

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

 span { border-color: rgb(225,194,12); }

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