#e3ba56

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

Shades of Ronchi #E3BA56

Tints of Ronchi #E3BA56

Color information

#E3BA56 (or 0xE3BA56) is unknown color: approx Ronchi. HEX triplet: E3, BA and 56. RGB value is (227,186,86). Sum of RGB (Red+Green+Blue) = 227+186+86=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA56 is #1C45A9. Grayscale: #BBBBBB. Windows color (decimal): -1852842 or 5683939. OLE color: 5683939.

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

Color convert

RGB22718686-
CMYK00.180.620.11
HSL42.55º71.57%61.37%-
HSV(B)42.55º62.11%89.02%-
XYZ50.9252.1216.18-
YUV186.8671.08156.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.49%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 86 (33.98% from 255) = 17.23%
R=45.49%
G=37.27%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271868600.180.620.1142.5571.5761.37
HexE3BA560123EB2b483d
Octal34327212602276135311075
Binary1110001110111010101011001001011111010111010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3ba56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3ba56; }

 p { color: rgb(227,186,86); }

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

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

 a { background-color: rgb(227,186,86); }

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

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

 span { border-color: rgb(227,186,86); }

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