#E1BA54

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

Shades of Ronchi #E1BA54

Tints of Ronchi #E1BA54

Color information

#E1BA54 (or 0xE1BA54) is unknown color: approx Ronchi. HEX triplet: E1, BA and 54. RGB value is (225,186,84). Sum of RGB (Red+Green+Blue) = 225+186+84=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA54 is #1E45AB. Grayscale: #BABABA. Windows color (decimal): -1983916 or 5552865. OLE color: 5552865.

HSL color Cylindrical-coordinate representation of color #E1BA54: hue angle of 43.4º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1BA54 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB22518684-
CMYK00.170.630.12
HSL43.4º70.15%60.59%-
HSV(B)43.4º62.67%88.24%-
XYZ50.2151.7715.73-
YUV186.0370.42155.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 84 (33.20% from 255) = 16.97%
R=45.45%
G=37.58%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251868400.170.630.1243.470.1560.59
HexE1BA540113FC2b463d
Octal34127212402177145310675
Binary1110000110111010101010001000111111111001010111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA54; }

 p { color: rgb(225,186,84); }

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

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

 a { background-color: rgb(225,186,84); }

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

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

 span { border-color: rgb(225,186,84); }

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