#E1BF10

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

Shades of Sunflower #E1BF10

Tints of Sunflower #E1BF10

Color information

#E1BF10 (or 0xE1BF10) is unknown color: approx Sunflower. HEX triplet: E1, BF and 10. RGB value is (225,191,16). Sum of RGB (Red+Green+Blue) = 225+191+16=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF10 is #1E40EF. Grayscale: #B5B5B5. Windows color (decimal): -1982704 or 1097697. OLE color: 1097697.

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

Color convert

RGB22519116-
CMYK00.150.930.12
HSL50.24º86.72%47.25%-
HSV(B)50.24º92.89%88.24%-
XYZ49.7853.318.16-
YUV181.2234.76159.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.08%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 16 (6.64% from 255) = 3.70%
R=52.08%
G=44.21%
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
Decimal2251911600.150.930.1250.2486.7247.25
HexE1BF100F5DC32572f
Octal34127720017135146212757
Binary11100001101111111000001111101110111001100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BF10; }

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

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

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

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

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

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

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

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