Html Css Color HEX #EDAA8D Tonys Pink

📋 copy color: '#EDAA8D'

red 237 ◦ green 170 ◦ blue 141

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

Shades of Tonys Pink #EDAA8D

Tints of Tonys Pink #EDAA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.73%

R = 43.25%
G = 31.02%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDAA8D (or 0xEDAA8D) is known color: Tonys Pink. HEX triplet: ED, AA and 8D. RGB value is (237,170,141). Sum of RGB (Red+Green+Blue) = 237+170+141=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA8D is #125572. Grayscale: #BABABA. Windows color (decimal): -1201523 or 9284333. OLE color: 9284333.

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

Color convert

RGB 237 170 141 -
CMYK 0 0.28 0.41 0.07
HSL 18.13º 0.73% 0.74% -
HSV(B) 18.13º 0.41% 0.93% -
XYZ 54.11 48.68 31.74 -
YUV 186.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 237 170 141 0 0.28 0.41 0.07 18.13 0.73 0.74
Hex ED AA 8D 0 1C 29 7 12 49 4A
Octal 355 252 215 0 34 51 7 22 111 112
Binary 11101101 10101010 10001101 0 11100 101001 111 10010 1001001 1001010

Color Harmonies of #EDAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA8D

Black with #EDAA8D

Text Example


Text Example

White with #EDAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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