#E7AD5E

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

Shades of Rob Roy #E7AD5E

Tints of Rob Roy #E7AD5E

Color information

#E7AD5E (or 0xE7AD5E) is unknown color: approx Rob Roy. HEX triplet: E7, AD and 5E. RGB value is (231,173,94). Sum of RGB (Red+Green+Blue) = 231+173+94=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD5E is #1852A1. Grayscale: #B5B5B5. Windows color (decimal): -1594018 or 6204903. OLE color: 6204903.

HSL color Cylindrical-coordinate representation of color #E7AD5E: hue angle of 34.6º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7AD5E is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23117394-
CMYK00.250.590.09
HSL34.6º74.05%63.73%-
HSV(B)34.6º59.31%90.59%-
XYZ49.9247.6817.16-
YUV181.3478.72163.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 94 (37.11% from 255) = 18.88%
R=46.39%
G=34.74%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311739400.250.590.0934.674.0563.73
HexE7AD5E0193B9234a40
Octal347255136031731143112100
Binary11100111101011011011110011001111011100110001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD5E; }

 p { color: rgb(231,173,94); }

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

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

 a { background-color: rgb(231,173,94); }

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

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

 span { border-color: rgb(231,173,94); }

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