#E1BC53

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

Shades of Ronchi #E1BC53

Tints of Ronchi #E1BC53

Color information

#E1BC53 (or 0xE1BC53) is unknown color: approx Ronchi. HEX triplet: E1, BC and 53. RGB value is (225,188,83). Sum of RGB (Red+Green+Blue) = 225+188+83=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC53 is #1E43AC. Grayscale: #BBBBBB. Windows color (decimal): -1983405 or 5487841. OLE color: 5487841.

HSL color Cylindrical-coordinate representation of color #E1BC53: hue angle of 44.37º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1BC53 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB22518883-
CMYK00.160.630.12
HSL44.37º70.3%60.39%-
HSV(B)44.37º63.11%88.24%-
XYZ50.652.615.67-
YUV187.0969.26155.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.36%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 83 (32.81% from 255) = 16.73%
R=45.36%
G=37.90%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251888300.160.630.1244.3770.360.39
HexE1BC530103FC2c463c
Octal34127412302077145410674
Binary1110000110111100101001101000011111111001011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC53; }

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

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

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

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

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

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

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

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