#E0B858

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

Shades of Ronchi #E0B858

Tints of Ronchi #E0B858

Color information

#E0B858 (or 0xE0B858) is unknown color: approx Ronchi. HEX triplet: E0, B8 and 58. RGB value is (224,184,88). Sum of RGB (Red+Green+Blue) = 224+184+88=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B858 is #1F47A7. Grayscale: #B9B9B9. Windows color (decimal): -2049960 or 5814496. OLE color: 5814496.

HSL color Cylindrical-coordinate representation of color #E0B858: hue angle of 42.35º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0B858 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22418488-
CMYK00.180.610.12
HSL42.35º68.69%61.18%-
HSV(B)42.35º60.71%87.84%-
XYZ49.6450.8316.43-
YUV185.0273.25155.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 88 (34.77% from 255) = 17.74%
R=45.16%
G=37.10%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241848800.180.610.1242.3568.6961.18
HexE0B8580123DC2a453d
Octal34027013002275145210575
Binary1110000010111000101100001001011110111001010101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B858; }

 p { color: rgb(224,184,88); }

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

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

 a { background-color: rgb(224,184,88); }

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

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

 span { border-color: rgb(224,184,88); }

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