Html Css Color HEX #EDAB8D Tonys Pink

📋 copy color: '#EDAB8D'

red 237 ◦ green 171 ◦ blue 141

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

Shades of Tonys Pink #EDAB8D

Tints of Tonys Pink #EDAB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.15%

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

R = 43.17%
G = 31.15%
B = 25.68%

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

#EDAB8D (or 0xEDAB8D) is known color: Tonys Pink. HEX triplet: ED, AB and 8D. RGB value is (237,171,141). Sum of RGB (Red+Green+Blue) = 237+171+141=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB8D is #125472. Grayscale: #BBBBBB. Windows color (decimal): -1201267 or 9284589. OLE color: 9284589.

HSL color Cylindrical-coordinate representation of color #EDAB8D: hue angle of 18.75º 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 #EDAB8D is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 141 -
CMYK 0 0.28 0.41 0.07
HSL 18.75º 0.73% 0.74% -
HSV(B) 18.75º 0.41% 0.93% -
XYZ 54.3 49.05 31.81 -
YUV 187.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 237 171 141 0 0.28 0.41 0.07 18.75 0.73 0.74
Hex ED AB 8D 0 1C 29 7 13 49 4A
Octal 355 253 215 0 34 51 7 23 111 112
Binary 11101101 10101011 10001101 0 11100 101001 111 10011 1001001 1001010

Color Harmonies of #EDAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB8D

Black with #EDAB8D

Text Example


Text Example

White with #EDAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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