Html Css Color HEX #E6AA8D Tonys Pink

📋 copy color: '#E6AA8D'

red 230 ◦ green 170 ◦ blue 141

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

Shades of Tonys Pink #E6AA8D

Tints of Tonys Pink #E6AA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 42.51%
G = 31.42%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6AA8D (or 0xE6AA8D) is known color: Tonys Pink. HEX triplet: E6, AA and 8D. RGB value is (230,170,141). Sum of RGB (Red+Green+Blue) = 230+170+141=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA8D is #195572. Grayscale: #B8B8B8. Windows color (decimal): -1660275 or 9284326. OLE color: 9284326.

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

Color convert

RGB 230 170 141 -
CMYK 0 0.26 0.39 0.10
HSL 19.55º 0.64% 0.73% -
HSV(B) 19.55º 0.39% 0.9% -
XYZ 51.82 47.5 31.64 -
YUV 184.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 230 170 141 0 0.26 0.39 0.10 19.55 0.64 0.73
Hex E6 AA 8D 0 1A 27 A 14 40 49
Octal 346 252 215 0 32 47 12 24 100 111
Binary 11100110 10101010 10001101 0 11010 100111 1010 10100 1000000 1001001

Color Harmonies of #E6AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA8D

Black with #E6AA8D

Text Example


Text Example

White with #E6AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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