#E1BE10

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

Shades of Sunflower #E1BE10

Tints of Sunflower #E1BE10

Color information

#E1BE10 (or 0xE1BE10) is unknown color: approx Sunflower. HEX triplet: E1, BE and 10. RGB value is (225,190,16). Sum of RGB (Red+Green+Blue) = 225+190+16=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BE10 is #1E41EF. Grayscale: #B5B5B5. Windows color (decimal): -1982960 or 1097441. OLE color: 1097441.

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

Color convert

RGB22519016-
CMYK00.160.930.12
HSL49.95º86.72%47.25%-
HSV(B)49.95º92.89%88.24%-
XYZ49.5652.878.08-
YUV180.6335.1159.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 16 (6.64% from 255) = 3.71%
R=52.20%
G=44.08%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251901600.160.930.1249.9586.7247.25
HexE1BE100105DC32572f
Octal34127620020135146212757
Binary111000011011111010000010000101110111001100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE10; }

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

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

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

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

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

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

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

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