Html Css Color HEX #E5AA5A Rob Roy

📋 copy color: '#E5AA5A'

red 229 ◦ green 170 ◦ blue 90

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

Shades of Rob Roy #E5AA5A

Tints of Rob Roy #E5AA5A

RGB

 RED value IS 229 (89.84% from 255) = 46.83%

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

 BLUE value IS 90 (35.55% from 255) = 18.4%

R = 46.83%
G = 34.76%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5AA5A (or 0xE5AA5A) is known color: Rob Roy. HEX triplet: E5, AA and 5A. RGB value is (229,170,90). Sum of RGB (Red+Green+Blue) = 229+170+90=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA5A is #1A55A5. Grayscale: #B2B2B2. Windows color (decimal): -1725862 or 5941989. OLE color: 5941989.

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

Color convert

RGB 229 170 90 -
CMYK 0 0.26 0.61 0.10
HSL 34.53º 0.73% 0.63% -
HSV(B) 34.53º 0.61% 0.9% -
XYZ 48.53 46.15 16.02 -
YUV 178.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 229 170 90 0 0.26 0.61 0.10 34.53 0.73 0.63
Hex E5 AA 5A 0 1A 3D A 23 49 3F
Octal 345 252 132 0 32 75 12 43 111 77
Binary 11100101 10101010 1011010 0 11010 111101 1010 100011 1001001 111111

Color Harmonies of #E5AA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA5A

Black with #E5AA5A

Text Example


Text Example

White with #E5AA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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