#E5BE56

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

Shades of Ronchi #E5BE56

Tints of Ronchi #E5BE56

Color information

#E5BE56 (or 0xE5BE56) is unknown color: approx Ronchi. HEX triplet: E5, BE and 56. RGB value is (229,190,86). Sum of RGB (Red+Green+Blue) = 229+190+86=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE56 is #1A41A9. Grayscale: #BEBEBE. Windows color (decimal): -1720746 or 5684965. OLE color: 5684965.

HSL color Cylindrical-coordinate representation of color #E5BE56: hue angle of 43.64º 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 #E5BE56 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22919086-
CMYK00.170.620.10
HSL43.64º73.33%61.76%-
HSV(B)43.64º62.45%89.8%-
XYZ52.4154.1616.5-
YUV189.869.42155.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.35%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 86 (33.98% from 255) = 17.03%
R=45.35%
G=37.62%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291908600.170.620.1043.6473.3361.76
HexE5BE560113EA2c493e
Octal34527612602176125411176
Binary1110010110111110101011001000111111010101011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BE56; }

 p { color: rgb(229,190,86); }

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

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

 a { background-color: rgb(229,190,86); }

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

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

 span { border-color: rgb(229,190,86); }

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