Html Css Color HEX #EDAA89 Tonys Pink

📋 copy color: '#EDAA89'

red 237 ◦ green 170 ◦ blue 137

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

Shades of Tonys Pink #EDAA89

Tints of Tonys Pink #EDAA89

RGB

 RED value IS 237 (92.97% from 255) = 43.57%

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

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

R = 43.57%
G = 31.25%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDAA89 (or 0xEDAA89) is known color: Tonys Pink. HEX triplet: ED, AA and 89. RGB value is (237,170,137). Sum of RGB (Red+Green+Blue) = 237+170+137=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA89 is #125576. Grayscale: #BABABA. Windows color (decimal): -1201527 or 9022189. OLE color: 9022189.

HSL color Cylindrical-coordinate representation of color #EDAA89: hue angle of 19.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDAA89 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 137 -
CMYK 0 0.28 0.42 0.07
HSL 19.8º 0.74% 0.73% -
HSV(B) 19.8º 0.42% 0.93% -
XYZ 53.82 48.56 30.2 -
YUV 186.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 237 170 137 0 0.28 0.42 0.07 19.8 0.74 0.73
Hex ED AA 89 0 1C 2A 7 14 4A 49
Octal 355 252 211 0 34 52 7 24 112 111
Binary 11101101 10101010 10001001 0 11100 101010 111 10100 1001010 1001001

Color Harmonies of #EDAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA89

Black with #EDAA89

Text Example


Text Example

White with #EDAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA89; }

 p { color: rgb(237,170,137); }

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

background-color css

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

 a { background-color: rgb(237,170,137); }

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

border-color css

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

 span { border-color: rgb(237,170,137); }

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