#E5B34E

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

Shades of Ronchi #E5B34E

Tints of Ronchi #E5B34E

Color information

#E5B34E (or 0xE5B34E) is unknown color: approx Ronchi. HEX triplet: E5, B3 and 4E. RGB value is (229,179,78). Sum of RGB (Red+Green+Blue) = 229+179+78=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B34E is #1A4CB1. Grayscale: #B6B6B6. Windows color (decimal): -1723570 or 5157861. OLE color: 5157861.

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

Color convert

RGB22917978-
CMYK00.220.660.10
HSL40.13º74.38%60.2%-
HSV(B)40.13º65.94%89.8%-
XYZ49.8149.4514.13-
YUV182.4469.06161.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 78 (30.86% from 255) = 16.05%
R=47.12%
G=36.83%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291797800.220.660.1040.1374.3860.2
HexE5B34E01642A284a3c
Octal345263116026102125011274
Binary11100101101100111001110010110100001010101010001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B34E; }

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

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

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

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

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

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

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

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