#E1BC5A

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

Shades of Ronchi #E1BC5A

Tints of Ronchi #E1BC5A

Color information

#E1BC5A (or 0xE1BC5A) is unknown color: approx Ronchi. HEX triplet: E1, BC and 5A. RGB value is (225,188,90). Sum of RGB (Red+Green+Blue) = 225+188+90=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC5A is #1E43A5. Grayscale: #BCBCBC. Windows color (decimal): -1983398 or 5946593. OLE color: 5946593.

HSL color Cylindrical-coordinate representation of color #E1BC5A: hue angle of 43.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1BC5A is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22518890-
CMYK00.160.600.12
HSL43.56º69.23%61.76%-
HSV(B)43.56º60%88.24%-
XYZ50.8852.7117.17-
YUV187.8972.76154.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=44.73%
G=37.38%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251889000.160.600.1243.5669.2361.76
HexE1BC5A0103CC2c453e
Octal34127413202074145410576
Binary1110000110111100101101001000011110011001011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC5A; }

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

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

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

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

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

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

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

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