#E2BA47

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

Shades of Ronchi #E2BA47

Tints of Ronchi #E2BA47

Color information

#E2BA47 (or 0xE2BA47) is unknown color: approx Ronchi. HEX triplet: E2, BA and 47. RGB value is (226,186,71). Sum of RGB (Red+Green+Blue) = 226+186+71=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BA47 is #1D45B8. Grayscale: #B9B9B9. Windows color (decimal): -1918393 or 4700898. OLE color: 4700898.

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

Color convert

RGB22618671-
CMYK00.180.690.11
HSL44.52º72.77%58.24%-
HSV(B)44.52º68.58%88.63%-
XYZ50.0651.7413.31-
YUV184.8563.75157.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.79%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 71 (28.12% from 255) = 14.70%
R=46.79%
G=38.51%
B=14.70%

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
Decimal2261867100.180.690.1144.5272.7758.24
HexE2BA4701245B2d493a
Octal342272107022105135511172
Binary11100010101110101000111010010100010110111011011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BA47; }

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

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

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

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

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

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

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

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