#E1BC45

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

Shades of Ronchi #E1BC45

Tints of Ronchi #E1BC45

Color information

#E1BC45 (or 0xE1BC45) is unknown color: approx Ronchi. HEX triplet: E1, BC and 45. RGB value is (225,188,69). Sum of RGB (Red+Green+Blue) = 225+188+69=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC45 is #1E43BA. Grayscale: #BABABA. Windows color (decimal): -1983419 or 4570337. OLE color: 4570337.

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

Color convert

RGB22518869-
CMYK00.160.690.12
HSL45.77º72.22%57.65%-
HSV(B)45.77º69.33%88.24%-
XYZ50.1152.413.1-
YUV185.562.26156.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 69 (27.34% from 255) = 14.32%
R=46.68%
G=39.00%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251886900.160.690.1245.7772.2257.65
HexE1BC4501045C2e483a
Octal341274105020105145611072
Binary11100001101111001000101010000100010111001011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC45; }

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

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

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

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

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

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

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

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