Html Css Color HEX #E5AA60 Rob Roy

📋 copy color: '#E5AA60'

red 229 ◦ green 170 ◦ blue 96

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

Shades of Rob Roy #E5AA60

Tints of Rob Roy #E5AA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.39%

R = 46.26%
G = 34.34%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5AA60 (or 0xE5AA60) is known color: Rob Roy. HEX triplet: E5, AA and 60. RGB value is (229,170,96). Sum of RGB (Red+Green+Blue) = 229+170+96=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA60 is #1A559F. Grayscale: #B3B3B3. Windows color (decimal): -1725856 or 6335205. OLE color: 6335205.

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

Color convert

RGB 229 170 96 -
CMYK 0 0.26 0.58 0.10
HSL 33.38º 0.72% 0.64% -
HSV(B) 33.38º 0.58% 0.9% -
XYZ 48.8 46.25 17.42 -
YUV 179.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 229 170 96 0 0.26 0.58 0.10 33.38 0.72 0.64
Hex E5 AA 60 0 1A 3A A 21 48 40
Octal 345 252 140 0 32 72 12 41 110 100
Binary 11100101 10101010 1100000 0 11010 111010 1010 100001 1001000 1000000

Color Harmonies of #E5AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA60

Black with #E5AA60

Text Example


Text Example

White with #E5AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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