#E0B54C

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

Shades of Ronchi #E0B54C

Tints of Ronchi #E0B54C

Color information

#E0B54C (or 0xE0B54C) is unknown color: approx Ronchi. HEX triplet: E0, B5 and 4C. RGB value is (224,181,76). Sum of RGB (Red+Green+Blue) = 224+181+76=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B54C is #1F4AB3. Grayscale: #B6B6B6. Windows color (decimal): -2050740 or 5027296. OLE color: 5027296.

HSL color Cylindrical-coordinate representation of color #E0B54C: hue angle of 42.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0B54C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22418176-
CMYK00.190.660.12
HSL42.57º70.48%58.82%-
HSV(B)42.57º66.07%87.84%-
XYZ48.5749.4213.82-
YUV181.8968.25158.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 76 (30.08% from 255) = 15.80%
R=46.57%
G=37.63%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241817600.190.660.1242.5770.4858.82
HexE0B54C01342C2b463b
Octal340265114023102145310673
Binary11100000101101011001100010011100001011001010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B54C; }

 p { color: rgb(224,181,76); }

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

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

 a { background-color: rgb(224,181,76); }

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

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

 span { border-color: rgb(224,181,76); }

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