#E3BC52

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

Shades of Ronchi #E3BC52

Tints of Ronchi #E3BC52

Color information

#E3BC52 (or 0xE3BC52) is unknown color: approx Ronchi. HEX triplet: E3, BC and 52. RGB value is (227,188,82). Sum of RGB (Red+Green+Blue) = 227+188+82=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BC52 is #1C43AD. Grayscale: #BCBCBC. Windows color (decimal): -1852334 or 5422307. OLE color: 5422307.

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

Color convert

RGB22718882-
CMYK00.170.640.11
HSL43.86º72.14%60.59%-
HSV(B)43.86º63.88%89.02%-
XYZ51.1852.9115.5-
YUV187.5868.42156.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.67%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=45.67%
G=37.83%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271888200.170.640.1143.8672.1460.59
HexE3BC5201140B2c483d
Octal343274122021100135411075
Binary11100011101111001010010010001100000010111011001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BC52; }

 p { color: rgb(227,188,82); }

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

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

 a { background-color: rgb(227,188,82); }

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

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

 span { border-color: rgb(227,188,82); }

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