#E5BD53

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

Shades of Ronchi #E5BD53

Tints of Ronchi #E5BD53

Color information

#E5BD53 (or 0xE5BD53) is unknown color: approx Ronchi. HEX triplet: E5, BD and 53. RGB value is (229,189,83). Sum of RGB (Red+Green+Blue) = 229+189+83=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD53 is #1A42AC. Grayscale: #BDBDBD. Windows color (decimal): -1721005 or 5488101. OLE color: 5488101.

HSL color Cylindrical-coordinate representation of color #E5BD53: hue angle of 43.56º 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 #E5BD53 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB22918983-
CMYK00.170.640.10
HSL43.56º73.74%61.18%-
HSV(B)43.56º63.76%89.8%-
XYZ52.0753.6815.8-
YUV188.8868.25156.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.71%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 83 (32.81% from 255) = 16.57%
R=45.71%
G=37.72%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291898300.170.640.1043.5673.7461.18
HexE5BD5301140A2c4a3d
Octal345275123021100125411275
Binary11100101101111011010011010001100000010101011001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BD53; }

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

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

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

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

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

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

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

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