#E5A955

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

Shades of Rob Roy #E5A955

Tints of Rob Roy #E5A955

Color information

#E5A955 (or 0xE5A955) is unknown color: approx Rob Roy. HEX triplet: E5, A9 and 55. RGB value is (229,169,85). Sum of RGB (Red+Green+Blue) = 229+169+85=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A955 is #1A56AA. Grayscale: #B1B1B1. Windows color (decimal): -1726123 or 5614053. OLE color: 5614053.

HSL color Cylindrical-coordinate representation of color #E5A955: hue angle of 35º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5A955 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB22916985-
CMYK00.260.630.10
HSL35º73.47%61.57%-
HSV(B)35º62.88%89.8%-
XYZ48.1445.6914.88-
YUV177.3675.88164.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=47.41%
G=34.99%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291698500.260.630.103573.4761.57
HexE5A95501A3FA23493e
Octal34525112503277124311176
Binary1110010110101001101010101101011111110101000111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A955; }

 p { color: rgb(229,169,85); }

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

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

 a { background-color: rgb(229,169,85); }

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

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

 span { border-color: rgb(229,169,85); }

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