Html Css Color HEX #E6AA5C Rob Roy

📋 copy color: '#E6AA5C'

red 230 ◦ green 170 ◦ blue 92

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

Shades of Rob Roy #E6AA5C

Tints of Rob Roy #E6AA5C

RGB

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

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

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

R = 46.75%
G = 34.55%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6AA5C (or 0xE6AA5C) is known color: Rob Roy. HEX triplet: E6, AA and 5C. RGB value is (230,170,92). Sum of RGB (Red+Green+Blue) = 230+170+92=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA5C is #1955A3. Grayscale: #B3B3B3. Windows color (decimal): -1660324 or 6073062. OLE color: 6073062.

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

Color convert

RGB 230 170 92 -
CMYK 0 0.26 0.60 0.10
HSL 33.91º 0.73% 0.63% -
HSV(B) 33.91º 0.6% 0.9% -
XYZ 48.94 46.35 16.49 -
YUV 179.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 230 170 92 0 0.26 0.60 0.10 33.91 0.73 0.63
Hex E6 AA 5C 0 1A 3C A 22 49 3F
Octal 346 252 134 0 32 74 12 42 111 77
Binary 11100110 10101010 1011100 0 11010 111100 1010 100010 1001001 111111

Color Harmonies of #E6AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA5C

Black with #E6AA5C

Text Example


Text Example

White with #E6AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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