Html Css Color HEX #EDAA8F Tonys Pink

📋 copy color: '#EDAA8F'

red 237 ◦ green 170 ◦ blue 143

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

Shades of Tonys Pink #EDAA8F

Tints of Tonys Pink #EDAA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26%

R = 43.09%
G = 30.91%
B = 26%

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

#EDAA8F (or 0xEDAA8F) is known color: Tonys Pink. HEX triplet: ED, AA and 8F. RGB value is (237,170,143). Sum of RGB (Red+Green+Blue) = 237+170+143=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA8F is #125570. Grayscale: #BBBBBB. Windows color (decimal): -1201521 or 9415405. OLE color: 9415405.

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

Color convert

RGB 237 170 143 -
CMYK 0 0.28 0.40 0.07
HSL 17.23º 0.72% 0.75% -
HSV(B) 17.23º 0.4% 0.93% -
XYZ 54.26 48.74 32.53 -
YUV 186.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 237 170 143 0 0.28 0.40 0.07 17.23 0.72 0.75
Hex ED AA 8F 0 1C 28 7 11 48 4B
Octal 355 252 217 0 34 50 7 21 110 113
Binary 11101101 10101010 10001111 0 11100 101000 111 10001 1001000 1001011

Color Harmonies of #EDAA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA8F

Black with #EDAA8F

Text Example


Text Example

White with #EDAA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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