#E1A95D

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

Shades of Rob Roy #E1A95D

Tints of Rob Roy #E1A95D

Color information

#E1A95D (or 0xE1A95D) is unknown color: approx Rob Roy. HEX triplet: E1, A9 and 5D. RGB value is (225,169,93). Sum of RGB (Red+Green+Blue) = 225+169+93=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A95D is #1E56A2. Grayscale: #B1B1B1. Windows color (decimal): -1988259 or 6138337. OLE color: 6138337.

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

Color convert

RGB22516993-
CMYK00.250.590.12
HSL34.55º68.75%62.35%-
HSV(B)34.55º58.67%88.24%-
XYZ47.2245.1716.59-
YUV177.0880.55162.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 93 (36.72% from 255) = 19.10%
R=46.20%
G=34.70%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251699300.250.590.1234.5568.7562.35
HexE1A95D0193BC23453e
Octal34125113503173144310576
Binary1110000110101001101110101100111101111001000111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A95D; }

 p { color: rgb(225,169,93); }

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

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

 a { background-color: rgb(225,169,93); }

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

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

 span { border-color: rgb(225,169,93); }

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