#E5AC60

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

Shades of Rob Roy #E5AC60

Tints of Rob Roy #E5AC60

Color information

#E5AC60 (or 0xE5AC60) is unknown color: approx Rob Roy. HEX triplet: E5, AC and 60. RGB value is (229,172,96). Sum of RGB (Red+Green+Blue) = 229+172+96=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AC60 is #1A539F. Grayscale: #B4B4B4. Windows color (decimal): -1725344 or 6335717. OLE color: 6335717.

HSL color Cylindrical-coordinate representation of color #E5AC60: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5AC60 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB22917296-
CMYK00.250.580.10
HSL34.29º71.89%63.73%-
HSV(B)34.29º58.08%89.8%-
XYZ49.1847.0117.55-
YUV180.3880.38162.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.08%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=46.08%
G=34.61%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291729600.250.580.1034.2971.8963.73
HexE5AC600193AA224840
Octal345254140031721242110100
Binary11100101101011001100000011001111010101010001010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AC60; }

 p { color: rgb(229,172,96); }

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

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

 a { background-color: rgb(229,172,96); }

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

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

 span { border-color: rgb(229,172,96); }

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