#E1AF5B

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

Shades of Rob Roy #E1AF5B

Tints of Rob Roy #E1AF5B

Color information

#E1AF5B (or 0xE1AF5B) is unknown color: approx Rob Roy. HEX triplet: E1, AF and 5B. RGB value is (225,175,91). Sum of RGB (Red+Green+Blue) = 225+175+91=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF5B is #1E50A4. Grayscale: #B4B4B4. Windows color (decimal): -1986725 or 6008801. OLE color: 6008801.

HSL color Cylindrical-coordinate representation of color #E1AF5B: hue angle of 37.61º 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 #E1AF5B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22517591-
CMYK00.220.600.12
HSL37.61º69.07%61.96%-
HSV(B)37.61º59.56%88.24%-
XYZ48.2747.4216.51-
YUV180.3777.56159.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 91 (35.94% from 255) = 18.53%
R=45.82%
G=35.64%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251759100.220.600.1237.6169.0761.96
HexE1AF5B0163CC26453e
Octal34125713302674144610576
Binary1110000110101111101101101011011110011001001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF5B; }

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

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

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

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

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

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

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

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