#E4C060

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

Shades of Ronchi #E4C060

Tints of Ronchi #E4C060

Color information

#E4C060 (or 0xE4C060) is unknown color: approx Ronchi. HEX triplet: E4, C0 and 60. RGB value is (228,192,96). Sum of RGB (Red+Green+Blue) = 228+192+96=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C060 is #1B3F9F. Grayscale: #C0C0C0. Windows color (decimal): -1785760 or 6340836. OLE color: 6340836.

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

Color convert

RGB22819296-
CMYK00.160.580.11
HSL43.64º70.97%63.53%-
HSV(B)43.64º57.89%89.41%-
XYZ52.9655.0418.9-
YUV191.8273.93153.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.19%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=44.19%
G=37.21%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281929600.160.580.1143.6470.9763.53
HexE4C0600103AB2c4740
Octal344300140020721354107100
Binary11100100110000001100000010000111010101110110010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C060; }

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

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

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

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

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

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

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

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