#E5BD56

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

Shades of Ronchi #E5BD56

Tints of Ronchi #E5BD56

Color information

#E5BD56 (or 0xE5BD56) is unknown color: approx Ronchi. HEX triplet: E5, BD and 56. RGB value is (229,189,86). Sum of RGB (Red+Green+Blue) = 229+189+86=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD56 is #1A42A9. Grayscale: #BDBDBD. Windows color (decimal): -1721002 or 5684709. OLE color: 5684709.

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

Color convert

RGB22918986-
CMYK00.170.620.10
HSL43.22º73.33%61.76%-
HSV(B)43.22º62.45%89.8%-
XYZ52.1953.7316.42-
YUV189.2269.75156.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 86 (33.98% from 255) = 17.06%
R=45.44%
G=37.5%
B=17.06%

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
Decimal2291898600.170.620.1043.2273.3361.76
HexE5BD560113EA2b493e
Octal34527512602176125311176
Binary1110010110111101101011001000111111010101010111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BD56; }

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

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

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

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

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

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

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

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