#E5AD58

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

Shades of Rob Roy #E5AD58

Tints of Rob Roy #E5AD58

Color information

#E5AD58 (or 0xE5AD58) is unknown color: approx Rob Roy. HEX triplet: E5, AD and 58. RGB value is (229,173,88). Sum of RGB (Red+Green+Blue) = 229+173+88=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD58 is #1A52A7. Grayscale: #B4B4B4. Windows color (decimal): -1725096 or 5811685. OLE color: 5811685.

HSL color Cylindrical-coordinate representation of color #E5AD58: hue angle of 36.17º 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 #E5AD58 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22917388-
CMYK00.240.620.10
HSL36.17º73.06%62.16%-
HSV(B)36.17º61.57%89.8%-
XYZ49.0247.2515.77-
YUV180.0576.05162.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.73%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 88 (34.77% from 255) = 17.96%
R=46.73%
G=35.31%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291738800.240.620.1036.1773.0662.16
HexE5AD580183EA24493e
Octal34525513003076124411176
Binary1110010110101101101100001100011111010101001001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AD58; }

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

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

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

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

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

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

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

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