#E5BC5A

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

Shades of Ronchi #E5BC5A

Tints of Ronchi #E5BC5A

Color information

#E5BC5A (or 0xE5BC5A) is unknown color: approx Ronchi. HEX triplet: E5, BC and 5A. RGB value is (229,188,90). Sum of RGB (Red+Green+Blue) = 229+188+90=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC5A is #1A43A5. Grayscale: #BDBDBD. Windows color (decimal): -1721254 or 5946597. OLE color: 5946597.

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

Color convert

RGB22918890-
CMYK00.180.610.10
HSL42.3º72.77%62.55%-
HSV(B)42.3º60.7%89.8%-
XYZ52.1453.3617.22-
YUV189.0972.08156.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=45.17%
G=37.08%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291889000.180.610.1042.372.7762.55
HexE5BC5A0123DA2a493f
Octal34527413202275125211177
Binary1110010110111100101101001001011110110101010101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC5A; }

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

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

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

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

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

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

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

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