Html Css Color HEX #E1AA5E Rob Roy

📋 copy color: '#E1AA5E'

red 225 ◦ green 170 ◦ blue 94

#E1AA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #E1AA5E

Tints of Rob Roy #E1AA5E

RGB

 RED value IS 225 (88.28% from 255) = 46.01%

 GREEN value IS 170 (66.8% from 255) = 34.76%

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 46.01%
G = 34.76%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1AA5E (or 0xE1AA5E) is known color: Rob Roy. HEX triplet: E1, AA and 5E. RGB value is (225,170,94). Sum of RGB (Red+Green+Blue) = 225+170+94=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA5E is #1E55A1. Grayscale: #B2B2B2. Windows color (decimal): -1988002 or 6204129. OLE color: 6204129.

HSL color Cylindrical-coordinate representation of color #E1AA5E: hue angle of 34.81º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1AA5E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 170 94 -
CMYK 0 0.24 0.58 0.12
HSL 34.81º 0.69% 0.63% -
HSV(B) 34.81º 0.58% 0.88% -
XYZ 47.45 45.57 16.88 -
YUV 177.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 225 170 94 0 0.24 0.58 0.12 34.81 0.69 0.63
Hex E1 AA 5E 0 18 3A C 23 45 3F
Octal 341 252 136 0 30 72 14 43 105 77
Binary 11100001 10101010 1011110 0 11000 111010 1100 100011 1000101 111111

Color Harmonies of #E1AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA5E

Black with #E1AA5E

Text Example


Text Example

White with #E1AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA5E; }

 p { color: rgb(225,170,94); }

 H1.HeaderClassName
 {
   color: #E1AA5E;
 }
 .AnyTagClassName
 {
   color: #E1AA5E;
 }
</style>

background-color css

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

 a { background-color: rgb(225,170,94); }

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

border-color css

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

 span { border-color: rgb(225,170,94); }

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