Html Css Color HEX #EDAA8A Tonys Pink

📋 copy color: '#EDAA8A'

red 237 ◦ green 170 ◦ blue 138

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

Shades of Tonys Pink #EDAA8A

Tints of Tonys Pink #EDAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.32%

R = 43.49%
G = 31.19%
B = 25.32%

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

#EDAA8A (or 0xEDAA8A) is known color: Tonys Pink. HEX triplet: ED, AA and 8A. RGB value is (237,170,138). Sum of RGB (Red+Green+Blue) = 237+170+138=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA8A is #125575. Grayscale: #BABABA. Windows color (decimal): -1201526 or 9087725. OLE color: 9087725.

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

Color convert

RGB 237 170 138 -
CMYK 0 0.28 0.42 0.07
HSL 19.39º 0.73% 0.74% -
HSV(B) 19.39º 0.42% 0.93% -
XYZ 53.89 48.59 30.58 -
YUV 186.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 237 170 138 0 0.28 0.42 0.07 19.39 0.73 0.74
Hex ED AA 8A 0 1C 2A 7 13 49 4A
Octal 355 252 212 0 34 52 7 23 111 112
Binary 11101101 10101010 10001010 0 11100 101010 111 10011 1001001 1001010

Color Harmonies of #EDAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA8A

Black with #EDAA8A

Text Example


Text Example

White with #EDAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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