#e5b957

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

Shades of Ronchi #E5B957

Tints of Ronchi #E5B957

Color information

#E5B957 (or 0xE5B957) is unknown color: approx Ronchi. HEX triplet: E5, B9 and 57. RGB value is (229,185,87). Sum of RGB (Red+Green+Blue) = 229+185+87=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B957 is #1A46A8. Grayscale: #BBBBBB. Windows color (decimal): -1722025 or 5749221. OLE color: 5749221.

HSL color Cylindrical-coordinate representation of color #E5B957: hue angle of 41.41º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5B957 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22918587-
CMYK00.190.620.10
HSL41.41º73.2%61.96%-
HSV(B)41.41º62.01%89.8%-
XYZ51.3852.0416.35-
YUV186.9871.58157.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.71%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 87 (34.38% from 255) = 17.37%
R=45.71%
G=36.93%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291858700.190.620.1041.4173.261.96
HexE5B9570133EA29493e
Octal34527112702376125111176
Binary1110010110111001101011101001111111010101010011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b957; }

 p { color: rgb(229,185,87); }

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

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

 a { background-color: rgb(229,185,87); }

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

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

 span { border-color: rgb(229,185,87); }

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