#E5BC53

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

Shades of Ronchi #E5BC53

Tints of Ronchi #E5BC53

Color information

#E5BC53 (or 0xE5BC53) is unknown color: approx Ronchi. HEX triplet: E5, BC and 53. RGB value is (229,188,83). Sum of RGB (Red+Green+Blue) = 229+188+83=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC53 is #1A43AC. Grayscale: #BCBCBC. Windows color (decimal): -1721261 or 5487845. OLE color: 5487845.

HSL color Cylindrical-coordinate representation of color #E5BC53: hue angle of 43.15º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5BC53 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB22918883-
CMYK00.180.640.10
HSL43.15º73.74%61.18%-
HSV(B)43.15º63.76%89.8%-
XYZ51.8653.2515.73-
YUV188.2968.58157.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 83 (32.81% from 255) = 16.6%
R=45.8%
G=37.6%
B=16.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291888300.180.640.1043.1573.7461.18
HexE5BC5301240A2b4a3d
Octal345274123022100125311275
Binary11100101101111001010011010010100000010101010111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC53; }

 p { color: rgb(229,188,83); }

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

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

 a { background-color: rgb(229,188,83); }

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

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

 span { border-color: rgb(229,188,83); }

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