#E1BC10

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

Shades of Sunflower #E1BC10

Tints of Sunflower #E1BC10

Color information

#E1BC10 (or 0xE1BC10) is unknown color: approx Sunflower. HEX triplet: E1, BC and 10. RGB value is (225,188,16). Sum of RGB (Red+Green+Blue) = 225+188+16=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BC10 is #1E43EF. Grayscale: #B4B4B4. Windows color (decimal): -1983472 or 1096929. OLE color: 1096929.

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

Color convert

RGB22518816-
CMYK00.160.930.12
HSL49.38º86.72%47.25%-
HSV(B)49.38º92.89%88.24%-
XYZ49.1352.017.94-
YUV179.4635.76160.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 16 (6.64% from 255) = 3.73%
R=52.45%
G=43.82%
B=3.73%

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
Decimal2251881600.160.930.1249.3886.7247.25
HexE1BC100105DC31572f
Octal34127420020135146112757
Binary111000011011110010000010000101110111001100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC10; }

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

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

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

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

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

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

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

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