#E1BA51

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

Shades of Ronchi #E1BA51

Tints of Ronchi #E1BA51

Color information

#E1BA51 (or 0xE1BA51) is unknown color: approx Ronchi. HEX triplet: E1, BA and 51. RGB value is (225,186,81). Sum of RGB (Red+Green+Blue) = 225+186+81=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA51 is #1E45AE. Grayscale: #BABABA. Windows color (decimal): -1983919 or 5356257. OLE color: 5356257.

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

Color convert

RGB22518681-
CMYK00.170.640.12
HSL43.75º70.59%60%-
HSV(B)43.75º64%88.24%-
XYZ50.151.7215.13-
YUV185.6968.92156.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=45.73%
G=37.80%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251868100.170.640.1243.7570.5960
HexE1BA5101140C2c473c
Octal341272121021100145410774
Binary11100001101110101010001010001100000011001011001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA51; }

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

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

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

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

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

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

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

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