Html Css Color HEX #EDAA8E Tonys Pink

📋 copy color: '#EDAA8E'

red 237 ◦ green 170 ◦ blue 142

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

Shades of Tonys Pink #EDAA8E

Tints of Tonys Pink #EDAA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.87%

R = 43.17%
G = 30.97%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDAA8E (or 0xEDAA8E) is known color: Tonys Pink. HEX triplet: ED, AA and 8E. RGB value is (237,170,142). Sum of RGB (Red+Green+Blue) = 237+170+142=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA8E is #125571. Grayscale: #BBBBBB. Windows color (decimal): -1201522 or 9349869. OLE color: 9349869.

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

Color convert

RGB 237 170 142 -
CMYK 0 0.28 0.40 0.07
HSL 17.68º 0.73% 0.74% -
HSV(B) 17.68º 0.4% 0.93% -
XYZ 54.18 48.71 32.14 -
YUV 186.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 237 170 142 0 0.28 0.40 0.07 17.68 0.73 0.74
Hex ED AA 8E 0 1C 28 7 12 49 4A
Octal 355 252 216 0 34 50 7 22 111 112
Binary 11101101 10101010 10001110 0 11100 101000 111 10010 1001001 1001010

Color Harmonies of #EDAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA8E

Black with #EDAA8E

Text Example


Text Example

White with #EDAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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