#E1AE5C

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

Shades of Rob Roy #E1AE5C

Tints of Rob Roy #E1AE5C

Color information

#E1AE5C (or 0xE1AE5C) is unknown color: approx Rob Roy. HEX triplet: E1, AE and 5C. RGB value is (225,174,92). Sum of RGB (Red+Green+Blue) = 225+174+92=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AE5C is #1E51A3. Grayscale: #B4B4B4. Windows color (decimal): -1986980 or 6074081. OLE color: 6074081.

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

Color convert

RGB22517492-
CMYK00.230.590.12
HSL36.99º68.91%62.16%-
HSV(B)36.99º59.11%88.24%-
XYZ48.1247.0516.67-
YUV179.978.4160.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=45.82%
G=35.44%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251749200.230.590.1236.9968.9162.16
HexE1AE5C0173BC25453e
Octal34125613402773144510576
Binary1110000110101110101110001011111101111001001011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE5C; }

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

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

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

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

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

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

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

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