#E7AD5B

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

Shades of Rob Roy #E7AD5B

Tints of Rob Roy #E7AD5B

Color information

#E7AD5B (or 0xE7AD5B) is unknown color: approx Rob Roy. HEX triplet: E7, AD and 5B. RGB value is (231,173,91). Sum of RGB (Red+Green+Blue) = 231+173+91=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD5B is #1852A4. Grayscale: #B5B5B5. Windows color (decimal): -1594021 or 6008295. OLE color: 6008295.

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

Color convert

RGB23117391-
CMYK00.250.610.09
HSL35.14º74.47%63.14%-
HSV(B)35.14º60.61%90.59%-
XYZ49.7947.6316.47-
YUV180.9977.22163.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=46.67%
G=34.95%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311739100.250.610.0935.1474.4763.14
HexE7AD5B0193D9234a3f
Octal34725513303175114311277
Binary1110011110101101101101101100111110110011000111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD5B; }

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

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

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

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

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

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

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

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