#E0B947

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

Shades of Ronchi #E0B947

Tints of Ronchi #E0B947

Color information

#E0B947 (or 0xE0B947) is unknown color: approx Ronchi. HEX triplet: E0, B9 and 47. RGB value is (224,185,71). Sum of RGB (Red+Green+Blue) = 224+185+71=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B947 is #1F46B8. Grayscale: #B8B8B8. Windows color (decimal): -2049721 or 4700640. OLE color: 4700640.

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

Color convert

RGB22418571-
CMYK00.170.680.12
HSL44.71º71.16%57.84%-
HSV(B)44.71º68.3%87.84%-
XYZ49.235113.21-
YUV183.6664.42156.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 71 (28.12% from 255) = 14.79%
R=46.67%
G=38.54%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241857100.170.680.1244.7171.1657.84
HexE0B94701144C2d473a
Octal340271107021104145510772
Binary11100000101110011000111010001100010011001011011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B947; }

 p { color: rgb(224,185,71); }

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

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

 a { background-color: rgb(224,185,71); }

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

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

 span { border-color: rgb(224,185,71); }

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