#E2B947

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

Shades of Ronchi #E2B947

Tints of Ronchi #E2B947

Color information

#E2B947 (or 0xE2B947) is unknown color: approx Ronchi. HEX triplet: E2, B9 and 47. RGB value is (226,185,71). Sum of RGB (Red+Green+Blue) = 226+185+71=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B947 is #1D46B8. Grayscale: #B8B8B8. Windows color (decimal): -1918649 or 4700642. OLE color: 4700642.

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

Color convert

RGB22618571-
CMYK00.180.690.11
HSL44.13º72.77%58.24%-
HSV(B)44.13º68.58%88.63%-
XYZ49.8551.3213.24-
YUV184.2664.08157.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 71 (28.12% from 255) = 14.73%
R=46.89%
G=38.38%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261857100.180.690.1144.1372.7758.24
HexE2B94701245B2c493a
Octal342271107022105135411172
Binary11100010101110011000111010010100010110111011001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B947; }

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

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

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

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

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

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

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

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