#E2BB47

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

Shades of Ronchi #E2BB47

Tints of Ronchi #E2BB47

Color information

#E2BB47 (or 0xE2BB47) is unknown color: approx Ronchi. HEX triplet: E2, BB and 47. RGB value is (226,187,71). Sum of RGB (Red+Green+Blue) = 226+187+71=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BB47 is #1D44B8. Grayscale: #B9B9B9. Windows color (decimal): -1918137 or 4701154. OLE color: 4701154.

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

Color convert

RGB22618771-
CMYK00.170.690.11
HSL44.9º72.77%58.24%-
HSV(B)44.9º68.58%88.63%-
XYZ50.2752.1613.38-
YUV185.4463.42156.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 71 (28.12% from 255) = 14.67%
R=46.69%
G=38.64%
B=14.67%

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
Decimal2261877100.170.690.1144.972.7758.24
HexE2BB4701145B2d493a
Octal342273107021105135511172
Binary11100010101110111000111010001100010110111011011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BB47; }

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

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

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

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

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

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

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

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