#E1A656

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

Shades of Rob Roy #E1A656

Tints of Rob Roy #E1A656

Color information

#E1A656 (or 0xE1A656) is unknown color: approx Rob Roy. HEX triplet: E1, A6 and 56. RGB value is (225,166,86). Sum of RGB (Red+Green+Blue) = 225+166+86=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A656 is #1E59A9. Grayscale: #AEAEAE. Windows color (decimal): -1989034 or 5678817. OLE color: 5678817.

HSL color Cylindrical-coordinate representation of color #E1A656: hue angle of 34.53º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1A656 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22516686-
CMYK00.260.620.12
HSL34.53º69.85%60.98%-
HSV(B)34.53º61.78%88.24%-
XYZ46.3743.9514.84-
YUV174.5278.05164-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=47.17%
G=34.80%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251668600.260.620.1234.5369.8560.98
HexE1A65601A3EC23463d
Octal34124612603276144310675
Binary1110000110100110101011001101011111011001000111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A656; }

 p { color: rgb(225,166,86); }

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

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

 a { background-color: rgb(225,166,86); }

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

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

 span { border-color: rgb(225,166,86); }

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