#E1AB5F

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

Shades of Rob Roy #E1AB5F

Tints of Rob Roy #E1AB5F

Color information

#E1AB5F (or 0xE1AB5F) is unknown color: approx Rob Roy. HEX triplet: E1, AB and 5F. RGB value is (225,171,95). Sum of RGB (Red+Green+Blue) = 225+171+95=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AB5F is #1E54A0. Grayscale: #B2B2B2. Windows color (decimal): -1987745 or 6269921. OLE color: 6269921.

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

Color convert

RGB22517195-
CMYK00.240.580.12
HSL35.08º68.42%62.75%-
HSV(B)35.08º57.78%88.24%-
XYZ47.6845.9617.18-
YUV178.4880.89161.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 95 (37.5% from 255) = 19.35%
R=45.82%
G=34.83%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251719500.240.580.1235.0868.4262.75
HexE1AB5F0183AC23443f
Octal34125313703072144310477
Binary1110000110101011101111101100011101011001000111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AB5F; }

 p { color: rgb(225,171,95); }

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

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

 a { background-color: rgb(225,171,95); }

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

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

 span { border-color: rgb(225,171,95); }

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