#E5AA4B

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

Shades of Rob Roy #E5AA4B

Tints of Rob Roy #E5AA4B

Color information

#E5AA4B (or 0xE5AA4B) is unknown color: approx Rob Roy. HEX triplet: E5, AA and 4B. RGB value is (229,170,75). Sum of RGB (Red+Green+Blue) = 229+170+75=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA4B is #1A55B4. Grayscale: #B1B1B1. Windows color (decimal): -1725877 or 4958949. OLE color: 4958949.

HSL color Cylindrical-coordinate representation of color #E5AA4B: hue angle of 37.01º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5AA4B is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22917075-
CMYK00.260.670.10
HSL37.01º74.76%59.61%-
HSV(B)37.01º67.25%89.8%-
XYZ47.9645.9212.99-
YUV176.8170.55165.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 75 (29.69% from 255) = 15.82%
R=48.31%
G=35.86%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291707500.260.670.1037.0174.7659.61
HexE5AA4B01A43A254b3c
Octal345252113032103124511374
Binary11100101101010101001011011010100001110101001011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AA4B; }

 p { color: rgb(229,170,75); }

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

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

 a { background-color: rgb(229,170,75); }

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

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

 span { border-color: rgb(229,170,75); }

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