#E5B752

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

Shades of Ronchi #E5B752

Tints of Ronchi #E5B752

Color information

#E5B752 (or 0xE5B752) is unknown color: approx Ronchi. HEX triplet: E5, B7 and 52. RGB value is (229,183,82). Sum of RGB (Red+Green+Blue) = 229+183+82=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B752 is #1A48AD. Grayscale: #B9B9B9. Windows color (decimal): -1722542 or 5421029. OLE color: 5421029.

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

Color convert

RGB22918382-
CMYK00.200.640.10
HSL41.22º73.87%60.98%-
HSV(B)41.22º64.19%89.8%-
XYZ50.7751.1315.18-
YUV185.2469.74159.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.36%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 82 (32.42% from 255) = 16.60%
R=46.36%
G=37.04%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291838200.200.640.1041.2273.8760.98
HexE5B75201440A294a3d
Octal345267122024100125111275
Binary11100101101101111010010010100100000010101010011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B752; }

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

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

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

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

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

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

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

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