Html Css Color HEX #EDAA90 Tonys Pink

📋 copy color: '#EDAA90'

red 237 ◦ green 170 ◦ blue 144

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

Shades of Tonys Pink #EDAA90

Tints of Tonys Pink #EDAA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.13%

R = 43.01%
G = 30.85%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDAA90 (or 0xEDAA90) is known color: Tonys Pink. HEX triplet: ED, AA and 90. RGB value is (237,170,144). Sum of RGB (Red+Green+Blue) = 237+170+144=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA90 is #12556F. Grayscale: #BBBBBB. Windows color (decimal): -1201520 or 9480941. OLE color: 9480941.

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

Color convert

RGB 237 170 144 -
CMYK 0 0.28 0.39 0.07
HSL 16.77º 0.72% 0.75% -
HSV(B) 16.77º 0.39% 0.93% -
XYZ 54.33 48.77 32.93 -
YUV 187.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 237 170 144 0 0.28 0.39 0.07 16.77 0.72 0.75
Hex ED AA 90 0 1C 27 7 11 48 4B
Octal 355 252 220 0 34 47 7 21 110 113
Binary 11101101 10101010 10010000 0 11100 100111 111 10001 1001000 1001011

Color Harmonies of #EDAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA90

Black with #EDAA90

Text Example


Text Example

White with #EDAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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