#E5AD52

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

Shades of Rob Roy #E5AD52

Tints of Rob Roy #E5AD52

Color information

#E5AD52 (or 0xE5AD52) is unknown color: approx Rob Roy. HEX triplet: E5, AD and 52. RGB value is (229,173,82). Sum of RGB (Red+Green+Blue) = 229+173+82=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD52 is #1A52AD. Grayscale: #B3B3B3. Windows color (decimal): -1725102 or 5418469. OLE color: 5418469.

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

Color convert

RGB22917382-
CMYK00.240.640.10
HSL37.14º73.87%60.98%-
HSV(B)37.14º64.19%89.8%-
XYZ48.7847.1514.51-
YUV179.3773.05163.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=47.31%
G=35.74%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291738200.240.640.1037.1473.8760.98
HexE5AD5201840A254a3d
Octal345255122030100124511275
Binary11100101101011011010010011000100000010101001011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AD52; }

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

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

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

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

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

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

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

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