#E4BB49

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

Shades of Ronchi #E4BB49

Tints of Ronchi #E4BB49

Color information

#E4BB49 (or 0xE4BB49) is unknown color: approx Ronchi. HEX triplet: E4, BB and 49. RGB value is (228,187,73). Sum of RGB (Red+Green+Blue) = 228+187+73=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BB49 is #1B44B6. Grayscale: #BABABA. Windows color (decimal): -1787063 or 4832228. OLE color: 4832228.

HSL color Cylindrical-coordinate representation of color #E4BB49: hue angle of 44.13º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4BB49 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22818773-
CMYK00.180.680.11
HSL44.13º74.16%59.02%-
HSV(B)44.13º67.98%89.41%-
XYZ50.9752.5213.75-
YUV186.2664.08157.77-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.72%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 73 (28.91% from 255) = 14.96%
R=46.72%
G=38.32%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281877300.180.680.1144.1374.1659.02
HexE4BB4901244B2c4a3b
Octal344273111022104135411273
Binary11100100101110111001001010010100010010111011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BB49; }

 p { color: rgb(228,187,73); }

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

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

 a { background-color: rgb(228,187,73); }

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

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

 span { border-color: rgb(228,187,73); }

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