Html Css Color HEX #EDAB8B Tonys Pink

📋 copy color: '#EDAB8B'

red 237 ◦ green 171 ◦ blue 139

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

Shades of Tonys Pink #EDAB8B

Tints of Tonys Pink #EDAB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.41%

R = 43.33%
G = 31.26%
B = 25.41%

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

#EDAB8B (or 0xEDAB8B) is known color: Tonys Pink. HEX triplet: ED, AB and 8B. RGB value is (237,171,139). Sum of RGB (Red+Green+Blue) = 237+171+139=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB8B is #125474. Grayscale: #BBBBBB. Windows color (decimal): -1201269 or 9153517. OLE color: 9153517.

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

Color convert

RGB 237 171 139 -
CMYK 0 0.28 0.41 0.07
HSL 19.59º 0.73% 0.74% -
HSV(B) 19.59º 0.41% 0.93% -
XYZ 54.15 48.99 31.03 -
YUV 187.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 237 171 139 0 0.28 0.41 0.07 19.59 0.73 0.74
Hex ED AB 8B 0 1C 29 7 14 49 4A
Octal 355 253 213 0 34 51 7 24 111 112
Binary 11101101 10101011 10001011 0 11100 101001 111 10100 1001001 1001010

Color Harmonies of #EDAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB8B

Black with #EDAB8B

Text Example


Text Example

White with #EDAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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