#E5A858

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

Shades of Rob Roy #E5A858

Tints of Rob Roy #E5A858

Color information

#E5A858 (or 0xE5A858) is unknown color: approx Rob Roy. HEX triplet: E5, A8 and 58. RGB value is (229,168,88). Sum of RGB (Red+Green+Blue) = 229+168+88=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A858 is #1A57A7. Grayscale: #B1B1B1. Windows color (decimal): -1726376 or 5810405. OLE color: 5810405.

HSL color Cylindrical-coordinate representation of color #E5A858: hue angle of 34.04º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5A858 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22916888-
CMYK00.270.620.10
HSL34.04º73.06%62.16%-
HSV(B)34.04º61.57%89.8%-
XYZ48.0845.3715.46-
YUV177.1277.71165-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 88 (34.77% from 255) = 18.14%
R=47.22%
G=34.64%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291688800.270.620.1034.0473.0662.16
HexE5A85801B3EA22493e
Octal34525013003376124211176
Binary1110010110101000101100001101111111010101000101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A858; }

 p { color: rgb(229,168,88); }

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

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

 a { background-color: rgb(229,168,88); }

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

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

 span { border-color: rgb(229,168,88); }

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