#E5B649

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

Shades of Ronchi #E5B649

Tints of Ronchi #E5B649

Color information

#E5B649 (or 0xE5B649) is unknown color: approx Ronchi. HEX triplet: E5, B6 and 49. RGB value is (229,182,73). Sum of RGB (Red+Green+Blue) = 229+182+73=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B649 is #1A49B6. Grayscale: #B8B8B8. Windows color (decimal): -1722807 or 4830949. OLE color: 4830949.

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

Color convert

RGB22918273-
CMYK00.210.680.10
HSL41.92º75%59.22%-
HSV(B)41.92º68.12%89.8%-
XYZ50.2450.5913.42-
YUV183.6365.57160.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 73 (28.91% from 255) = 15.08%
R=47.31%
G=37.60%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291827300.210.680.1041.927559.22
HexE5B64901544A2a4b3b
Octal345266111025104125211373
Binary11100101101101101001001010101100010010101010101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B649; }

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

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

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

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

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

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

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

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