#E1AE5B

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

Shades of Rob Roy #E1AE5B

Tints of Rob Roy #E1AE5B

Color information

#E1AE5B (or 0xE1AE5B) is unknown color: approx Rob Roy. HEX triplet: E1, AE and 5B. RGB value is (225,174,91). Sum of RGB (Red+Green+Blue) = 225+174+91=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AE5B is #1E51A4. Grayscale: #B4B4B4. Windows color (decimal): -1986981 or 6008545. OLE color: 6008545.

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

Color convert

RGB22517491-
CMYK00.230.600.12
HSL37.16º69.07%61.96%-
HSV(B)37.16º59.56%88.24%-
XYZ48.0847.0316.44-
YUV179.7977.9160.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 91 (35.94% from 255) = 18.57%
R=45.92%
G=35.51%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251749100.230.600.1237.1669.0761.96
HexE1AE5B0173CC25453e
Octal34125613302774144510576
Binary1110000110101110101101101011111110011001001011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE5B; }

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

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

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

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

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

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

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

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