#E5B34B

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

Shades of Ronchi #E5B34B

Tints of Ronchi #E5B34B

Color information

#E5B34B (or 0xE5B34B) is unknown color: approx Ronchi. HEX triplet: E5, B3 and 4B. RGB value is (229,179,75). Sum of RGB (Red+Green+Blue) = 229+179+75=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B34B is #1A4CB4. Grayscale: #B6B6B6. Windows color (decimal): -1723573 or 4961253. OLE color: 4961253.

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

Color convert

RGB22917975-
CMYK00.220.670.10
HSL40.52º74.76%59.61%-
HSV(B)40.52º67.25%89.8%-
XYZ49.749.4113.57-
YUV182.0967.56161.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 75 (29.69% from 255) = 15.53%
R=47.41%
G=37.06%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291797500.220.670.1040.5274.7659.61
HexE5B34B01643A294b3c
Octal345263113026103125111374
Binary11100101101100111001011010110100001110101010011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B34B; }

 p { color: rgb(229,179,75); }

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

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

 a { background-color: rgb(229,179,75); }

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

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

 span { border-color: rgb(229,179,75); }

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