#E2BC47

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

Shades of Ronchi #E2BC47

Tints of Ronchi #E2BC47

Color information

#E2BC47 (or 0xE2BC47) is unknown color: approx Ronchi. HEX triplet: E2, BC and 47. RGB value is (226,188,71). Sum of RGB (Red+Green+Blue) = 226+188+71=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC47 is #1D43B8. Grayscale: #BABABA. Windows color (decimal): -1917881 or 4701410. OLE color: 4701410.

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

Color convert

RGB22618871-
CMYK00.170.690.11
HSL45.29º72.77%58.24%-
HSV(B)45.29º68.58%88.63%-
XYZ50.4852.5913.45-
YUV186.0263.09156.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.60%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 71 (28.12% from 255) = 14.64%
R=46.60%
G=38.76%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261887100.170.690.1145.2972.7758.24
HexE2BC4701145B2d493a
Octal342274107021105135511172
Binary11100010101111001000111010001100010110111011011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC47; }

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

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

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

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

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

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

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

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