#E5B749

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

Shades of Ronchi #E5B749

Tints of Ronchi #E5B749

Color information

#E5B749 (or 0xE5B749) is unknown color: approx Ronchi. HEX triplet: E5, B7 and 49. RGB value is (229,183,73). Sum of RGB (Red+Green+Blue) = 229+183+73=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B749 is #1A48B6. Grayscale: #B8B8B8. Windows color (decimal): -1722551 or 4831205. OLE color: 4831205.

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

Color convert

RGB22918373-
CMYK00.200.680.10
HSL42.31º75%59.22%-
HSV(B)42.31º68.12%89.8%-
XYZ50.4551.0113.49-
YUV184.2165.24159.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 73 (28.91% from 255) = 15.05%
R=47.22%
G=37.73%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291837300.200.680.1042.317559.22
HexE5B74901444A2a4b3b
Octal345267111024104125211373
Binary11100101101101111001001010100100010010101010101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B749; }

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

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

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

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

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

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

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

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