Html Css Color HEX #E1AA5C Rob Roy

📋 copy color: '#E1AA5C'

red 225 ◦ green 170 ◦ blue 92

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

Shades of Rob Roy #E1AA5C

Tints of Rob Roy #E1AA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.89%

R = 46.2%
G = 34.91%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1AA5C (or 0xE1AA5C) is known color: Rob Roy. HEX triplet: E1, AA and 5C. RGB value is (225,170,92). Sum of RGB (Red+Green+Blue) = 225+170+92=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA5C is #1E55A3. Grayscale: #B1B1B1. Windows color (decimal): -1988004 or 6073057. OLE color: 6073057.

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

Color convert

RGB 225 170 92 -
CMYK 0 0.24 0.59 0.12
HSL 35.19º 0.69% 0.62% -
HSV(B) 35.19º 0.59% 0.88% -
XYZ 47.36 45.53 16.42 -
YUV 177.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 225 170 92 0 0.24 0.59 0.12 35.19 0.69 0.62
Hex E1 AA 5C 0 18 3B C 23 45 3E
Octal 341 252 134 0 30 73 14 43 105 76
Binary 11100001 10101010 1011100 0 11000 111011 1100 100011 1000101 111110

Color Harmonies of #E1AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA5C

Black with #E1AA5C

Text Example


Text Example

White with #E1AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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