#e5b750

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

Shades of Ronchi #E5B750

Tints of Ronchi #E5B750

Color information

#E5B750 (or 0xE5B750) is unknown color: approx Ronchi. HEX triplet: E5, B7 and 50. RGB value is (229,183,80). Sum of RGB (Red+Green+Blue) = 229+183+80=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B750 is #1A48AF. Grayscale: #B9B9B9. Windows color (decimal): -1722544 or 5289957. OLE color: 5289957.

HSL color Cylindrical-coordinate representation of color #E5B750: hue angle of 41.48º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5B750 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB22918380-
CMYK00.200.650.10
HSL41.48º74.13%60.59%-
HSV(B)41.48º65.07%89.8%-
XYZ50.6951.114.78-
YUV185.0168.74159.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 80 (31.64% from 255) = 16.26%
R=46.54%
G=37.20%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291838000.200.650.1041.4874.1360.59
HexE5B75001441A294a3d
Octal345267120024101125111275
Binary11100101101101111010000010100100000110101010011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b750; }

 p { color: rgb(229,183,80); }

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

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

 a { background-color: rgb(229,183,80); }

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

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

 span { border-color: rgb(229,183,80); }

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