Html Css Color HEX #E6A689 Tonys Pink

📋 copy color: '#E6A689'

red 230 ◦ green 166 ◦ blue 137

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

Shades of Tonys Pink #E6A689

Tints of Tonys Pink #E6A689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

 BLUE value IS 137 (53.91% from 255) = 25.7%

R = 43.15%
G = 31.14%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6A689 (or 0xE6A689) is known color: Tonys Pink. HEX triplet: E6, A6 and 89. RGB value is (230,166,137). Sum of RGB (Red+Green+Blue) = 230+166+137=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A689 is #195976. Grayscale: #B6B6B6. Windows color (decimal): -1661303 or 9021158. OLE color: 9021158.

HSL color Cylindrical-coordinate representation of color #E6A689: hue angle of 18.71º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6A689 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 166 137 -
CMYK 0 0.28 0.40 0.10
HSL 18.71º 0.65% 0.72% -
HSV(B) 18.71º 0.4% 0.9% -
XYZ 50.78 45.9 29.85 -
YUV 181.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 230 166 137 0 0.28 0.40 0.10 18.71 0.65 0.72
Hex E6 A6 89 0 1C 28 A 13 41 48
Octal 346 246 211 0 34 50 12 23 101 110
Binary 11100110 10100110 10001001 0 11100 101000 1010 10011 1000001 1001000

Color Harmonies of #E6A689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A689

Black with #E6A689

Text Example


Text Example

White with #E6A689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A689; }

 p { color: rgb(230,166,137); }

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

background-color css

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

 a { background-color: rgb(230,166,137); }

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

border-color css

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

 span { border-color: rgb(230,166,137); }

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