#E7AA5C

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

Shades of Rob Roy #E7AA5C

Tints of Rob Roy #E7AA5C

Color information

#E7AA5C (or 0xE7AA5C) is unknown color: approx Rob Roy. HEX triplet: E7, AA and 5C. RGB value is (231,170,92). Sum of RGB (Red+Green+Blue) = 231+170+92=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA5C is #1855A3. Grayscale: #B3B3B3. Windows color (decimal): -1594788 or 6073063. OLE color: 6073063.

HSL color Cylindrical-coordinate representation of color #E7AA5C: hue angle of 33.67º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7AA5C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23117092-
CMYK00.260.600.09
HSL33.67º74.33%63.33%-
HSV(B)33.67º60.17%90.59%-
XYZ49.2646.5116.51-
YUV179.3578.71164.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=46.86%
G=34.48%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311709200.260.600.0933.6774.3363.33
HexE7AA5C01A3C9224a3f
Octal34725213403274114211277
Binary1110011110101010101110001101011110010011000101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AA5C; }

 p { color: rgb(231,170,92); }

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

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

 a { background-color: rgb(231,170,92); }

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

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

 span { border-color: rgb(231,170,92); }

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