Html Css Color HEX #E6AA5A Rob Roy

📋 copy color: '#E6AA5A'

red 230 ◦ green 170 ◦ blue 90

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

Shades of Rob Roy #E6AA5A

Tints of Rob Roy #E6AA5A

RGB

 RED value IS 230 (90.23% from 255) = 46.94%

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

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

R = 46.94%
G = 34.69%
B = 18.37%

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

#E6AA5A (or 0xE6AA5A) is known color: Rob Roy. HEX triplet: E6, AA and 5A. RGB value is (230,170,90). Sum of RGB (Red+Green+Blue) = 230+170+90=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA5A is #1955A5. Grayscale: #B3B3B3. Windows color (decimal): -1660326 or 5941990. OLE color: 5941990.

HSL color Cylindrical-coordinate representation of color #E6AA5A: hue angle of 34.29º degrees, saturation: 0.74, 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 #E6AA5A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 90 -
CMYK 0 0.26 0.61 0.10
HSL 34.29º 0.74% 0.63% -
HSV(B) 34.29º 0.61% 0.9% -
XYZ 48.85 46.31 16.04 -
YUV 178.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 230 170 90 0 0.26 0.61 0.10 34.29 0.74 0.63
Hex E6 AA 5A 0 1A 3D A 22 4A 3F
Octal 346 252 132 0 32 75 12 42 112 77
Binary 11100110 10101010 1011010 0 11010 111101 1010 100010 1001010 111111

Color Harmonies of #E6AA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA5A

Black with #E6AA5A

Text Example


Text Example

White with #E6AA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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