#E1B20C

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

Shades of Sunflower #E1B20C

Tints of Sunflower #E1B20C

Color information

#E1B20C (or 0xE1B20C) is unknown color: approx Sunflower. HEX triplet: E1, B2 and 0C. RGB value is (225,178,12). Sum of RGB (Red+Green+Blue) = 225+178+12=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B20C is #1E4DF3. Grayscale: #ADADAD. Windows color (decimal): -1986036 or 832225. OLE color: 832225.

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

Color convert

RGB22517812-
CMYK00.210.950.12
HSL46.76º89.87%46.47%-
HSV(B)46.76º94.67%88.24%-
XYZ47.0447.877.11-
YUV173.1337.07165-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.22%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 12 (5.08% from 255) = 2.89%
R=54.22%
G=42.89%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251781200.210.950.1246.7689.8746.47
HexE1B2C0155FC2f5a2e
Octal34126214025137145713256
Binary11100001101100101100010101101111111001011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B20C; }

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

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

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

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

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

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

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

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