#e7a756

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

Shades of Rob Roy #E7A756

Tints of Rob Roy #E7A756

Color information

#E7A756 (or 0xE7A756) is unknown color: approx Rob Roy. HEX triplet: E7, A7 and 56. RGB value is (231,167,86). Sum of RGB (Red+Green+Blue) = 231+167+86=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A756 is #1858A9. Grayscale: #B1B1B1. Windows color (decimal): -1595562 or 5679079. OLE color: 5679079.

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

Color convert

RGB23116786-
CMYK00.280.630.09
HSL33.52º75.13%62.16%-
HSV(B)33.52º62.77%90.59%-
XYZ48.4545.314.99-
YUV176.976.7166.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.73%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 86 (33.98% from 255) = 17.77%
R=47.73%
G=34.50%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311678600.280.630.0933.5275.1362.16
HexE7A75601C3F9224b3e
Octal34724712603477114211376
Binary1110011110100111101011001110011111110011000101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7a756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7a756; }

 p { color: rgb(231,167,86); }

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

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

 a { background-color: rgb(231,167,86); }

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

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

 span { border-color: rgb(231,167,86); }

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