#E0B748

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

Shades of Ronchi #E0B748

Tints of Ronchi #E0B748

Color information

#E0B748 (or 0xE0B748) is unknown color: approx Ronchi. HEX triplet: E0, B7 and 48. RGB value is (224,183,72). Sum of RGB (Red+Green+Blue) = 224+183+72=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B748 is #1F48B7. Grayscale: #B7B7B7. Windows color (decimal): -2050232 or 4765664. OLE color: 4765664.

HSL color Cylindrical-coordinate representation of color #E0B748: hue angle of 43.82º 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 #E0B748 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB22418372-
CMYK00.180.680.12
HSL43.82º71.03%58.04%-
HSV(B)43.82º67.86%87.84%-
XYZ48.8450.1813.24-
YUV182.665.58157.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 72 (28.52% from 255) = 15.03%
R=46.76%
G=38.20%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241837200.180.680.1243.8271.0358.04
HexE0B74801244C2c473a
Octal340267110022104145410772
Binary11100000101101111001000010010100010011001011001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B748; }

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

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

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

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

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

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

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

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