#E0B648

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

Shades of Ronchi #E0B648

Tints of Ronchi #E0B648

Color information

#E0B648 (or 0xE0B648) is unknown color: approx Ronchi. HEX triplet: E0, B6 and 48. RGB value is (224,182,72). Sum of RGB (Red+Green+Blue) = 224+182+72=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B648 is #1F49B7. Grayscale: #B6B6B6. Windows color (decimal): -2050488 or 4765408. OLE color: 4765408.

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

Color convert

RGB22418272-
CMYK00.190.680.12
HSL43.42º71.03%58.04%-
HSV(B)43.42º67.86%87.84%-
XYZ48.6449.7713.17-
YUV182.0265.91157.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 72 (28.52% from 255) = 15.06%
R=46.86%
G=38.08%
B=15.06%

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
Decimal2241827200.190.680.1243.4271.0358.04
HexE0B64801344C2b473a
Octal340266110023104145310772
Binary11100000101101101001000010011100010011001010111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B648; }

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

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

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

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

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

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

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

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