#E1AB5B

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

Shades of Rob Roy #E1AB5B

Tints of Rob Roy #E1AB5B

Color information

#E1AB5B (or 0xE1AB5B) is unknown color: approx Rob Roy. HEX triplet: E1, AB and 5B. RGB value is (225,171,91). Sum of RGB (Red+Green+Blue) = 225+171+91=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AB5B is #1E54A4. Grayscale: #B2B2B2. Windows color (decimal): -1987749 or 6007777. OLE color: 6007777.

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

Color convert

RGB22517191-
CMYK00.240.600.12
HSL35.82º69.07%61.96%-
HSV(B)35.82º59.56%88.24%-
XYZ47.545.8916.25-
YUV178.0378.89161.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=46.20%
G=35.11%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251719100.240.600.1235.8269.0761.96
HexE1AB5B0183CC24453e
Octal34125313303074144410576
Binary1110000110101011101101101100011110011001001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AB5B; }

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

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

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

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

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

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

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

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