#E2BD47

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

Shades of Ronchi #E2BD47

Tints of Ronchi #E2BD47

Color information

#E2BD47 (or 0xE2BD47) is unknown color: approx Ronchi. HEX triplet: E2, BD and 47. RGB value is (226,189,71). Sum of RGB (Red+Green+Blue) = 226+189+71=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD47 is #1D42B8. Grayscale: #BBBBBB. Windows color (decimal): -1917625 or 4701666. OLE color: 4701666.

HSL color Cylindrical-coordinate representation of color #E2BD47: hue angle of 45.68º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2BD47 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22618971-
CMYK00.160.690.11
HSL45.68º72.77%58.24%-
HSV(B)45.68º68.58%88.63%-
XYZ50.753.0213.52-
YUV186.6162.76156.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 71 (28.12% from 255) = 14.61%
R=46.50%
G=38.89%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261897100.160.690.1145.6872.7758.24
HexE2BD4701045B2e493a
Octal342275107020105135611172
Binary11100010101111011000111010000100010110111011101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BD47; }

 p { color: rgb(226,189,71); }

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

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

 a { background-color: rgb(226,189,71); }

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

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

 span { border-color: rgb(226,189,71); }

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