#E1A44D

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

Shades of Rob Roy #E1A44D

Tints of Rob Roy #E1A44D

Color information

#E1A44D (or 0xE1A44D) is unknown color: approx Rob Roy. HEX triplet: E1, A4 and 4D. RGB value is (225,164,77). Sum of RGB (Red+Green+Blue) = 225+164+77=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A44D is #1E5BB2. Grayscale: #ACACAC. Windows color (decimal): -1989555 or 5088481. OLE color: 5088481.

HSL color Cylindrical-coordinate representation of color #E1A44D: hue angle of 35.27º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1A44D is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22516477-
CMYK00.270.660.12
HSL35.27º71.15%59.22%-
HSV(B)35.27º65.78%88.24%-
XYZ45.6743.0912.93-
YUV172.3274.21165.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 77 (30.47% from 255) = 16.52%
R=48.28%
G=35.19%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251647700.270.660.1235.2771.1559.22
HexE1A44D01B42C23473b
Octal341244115033102144310773
Binary11100001101001001001101011011100001011001000111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A44D; }

 p { color: rgb(225,164,77); }

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

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

 a { background-color: rgb(225,164,77); }

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

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

 span { border-color: rgb(225,164,77); }

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