#E0B548

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

Shades of Ronchi #E0B548

Tints of Ronchi #E0B548

Color information

#E0B548 (or 0xE0B548) is unknown color: approx Ronchi. HEX triplet: E0, B5 and 48. RGB value is (224,181,72). Sum of RGB (Red+Green+Blue) = 224+181+72=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B548 is #1F4AB7. Grayscale: #B5B5B5. Windows color (decimal): -2050744 or 4765152. OLE color: 4765152.

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

Color convert

RGB22418172-
CMYK00.190.680.12
HSL43.03º71.03%58.04%-
HSV(B)43.03º67.86%87.84%-
XYZ48.4349.3613.11-
YUV181.4366.25158.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=46.96%
G=37.95%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241817200.190.680.1243.0371.0358.04
HexE0B54801344C2b473a
Octal340265110023104145310772
Binary11100000101101011001000010011100010011001010111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B548; }

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

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

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

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

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

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

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

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