#E5C060

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

Shades of Ronchi #E5C060

Tints of Ronchi #E5C060

Color information

#E5C060 (or 0xE5C060) is unknown color: approx Ronchi. HEX triplet: E5, C0 and 60. RGB value is (229,192,96). Sum of RGB (Red+Green+Blue) = 229+192+96=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C060 is #1A3F9F. Grayscale: #C0C0C0. Windows color (decimal): -1720224 or 6340837. OLE color: 6340837.

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

Color convert

RGB22919296-
CMYK00.160.580.10
HSL43.31º71.89%63.73%-
HSV(B)43.31º58.08%89.8%-
XYZ53.2755.218.91-
YUV192.1273.76154.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=44.29%
G=37.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291929600.160.580.1043.3171.8963.73
HexE5C0600103AA2b4840
Octal345300140020721253110100
Binary11100101110000001100000010000111010101010101110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C060; }

 p { color: rgb(229,192,96); }

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

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

 a { background-color: rgb(229,192,96); }

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

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

 span { border-color: rgb(229,192,96); }

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