#E1BF11

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

Shades of Sunflower #E1BF11

Tints of Sunflower #E1BF11

Color information

#E1BF11 (or 0xE1BF11) is unknown color: approx Sunflower. HEX triplet: E1, BF and 11. RGB value is (225,191,17). Sum of RGB (Red+Green+Blue) = 225+191+17=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF11 is #1E40EE. Grayscale: #B6B6B6. Windows color (decimal): -1982703 or 1163233. OLE color: 1163233.

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

Color convert

RGB22519117-
CMYK00.150.920.12
HSL50.19º85.95%47.45%-
HSV(B)50.19º92.44%88.24%-
XYZ49.7853.318.2-
YUV181.3335.26159.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 17 (7.03% from 255) = 3.93%
R=51.96%
G=44.11%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251911700.150.920.1250.1985.9547.45
HexE1BF110F5CC32562f
Octal34127721017134146212657
Binary11100001101111111000101111101110011001100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BF11; }

 p { color: rgb(225,191,17); }

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

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

 a { background-color: rgb(225,191,17); }

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

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

 span { border-color: rgb(225,191,17); }

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