#E5B458

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

Shades of Ronchi #E5B458

Tints of Ronchi #E5B458

Color information

#E5B458 (or 0xE5B458) is unknown color: approx Ronchi. HEX triplet: E5, B4 and 58. RGB value is (229,180,88). Sum of RGB (Red+Green+Blue) = 229+180+88=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B458 is #1A4BA7. Grayscale: #B8B8B8. Windows color (decimal): -1723304 or 5813477. OLE color: 5813477.

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

Color convert

RGB22918088-
CMYK00.210.620.10
HSL39.15º73.06%62.16%-
HSV(B)39.15º61.57%89.8%-
XYZ50.450.0116.23-
YUV184.1673.73159.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.08%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 88 (34.77% from 255) = 17.71%
R=46.08%
G=36.22%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291808800.210.620.1039.1573.0662.16
HexE5B4580153EA27493e
Octal34526413002576124711176
Binary1110010110110100101100001010111111010101001111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B458; }

 p { color: rgb(229,180,88); }

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

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

 a { background-color: rgb(229,180,88); }

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

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

 span { border-color: rgb(229,180,88); }

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