#e3bb4d

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

Shades of Ronchi #E3BB4D

Tints of Ronchi #E3BB4D

Color information

#E3BB4D (or 0xE3BB4D) is unknown color: approx Ronchi. HEX triplet: E3, BB and 4D. RGB value is (227,187,77). Sum of RGB (Red+Green+Blue) = 227+187+77=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BB4D is #1C44B2. Grayscale: #BABABA. Windows color (decimal): -1852595 or 5094371. OLE color: 5094371.

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

Color convert

RGB22718777-
CMYK00.180.660.11
HSL44º72.82%59.61%-
HSV(B)44º66.08%89.02%-
XYZ50.7952.4114.46-
YUV186.4266.25156.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 77 (30.47% from 255) = 15.68%
R=46.23%
G=38.09%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271877700.180.660.114472.8259.61
HexE3BB4D01242B2c493c
Octal343273115022102135411174
Binary11100011101110111001101010010100001010111011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3bb4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3bb4d; }

 p { color: rgb(227,187,77); }

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

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

 a { background-color: rgb(227,187,77); }

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

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

 span { border-color: rgb(227,187,77); }

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