#E1B955

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

Shades of Ronchi #E1B955

Tints of Ronchi #E1B955

Color information

#E1B955 (or 0xE1B955) is unknown color: approx Ronchi. HEX triplet: E1, B9 and 55. RGB value is (225,185,85). Sum of RGB (Red+Green+Blue) = 225+185+85=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B955 is #1E46AA. Grayscale: #B9B9B9. Windows color (decimal): -1984171 or 5618145. OLE color: 5618145.

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

Color convert

RGB22518585-
CMYK00.180.620.12
HSL42.86º70%60.78%-
HSV(B)42.86º62.22%88.24%-
XYZ50.0451.3615.87-
YUV185.5671.25156.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 85 (33.59% from 255) = 17.17%
R=45.45%
G=37.37%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251858500.180.620.1242.867060.78
HexE1B9550123EC2b463d
Octal34127112502276145310675
Binary1110000110111001101010101001011111011001010111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B955; }

 p { color: rgb(225,185,85); }

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

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

 a { background-color: rgb(225,185,85); }

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

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

 span { border-color: rgb(225,185,85); }

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