Html Css Color HEX #EDAC8C Tonys Pink

📋 copy color: '#EDAC8C'

red 237 ◦ green 172 ◦ blue 140

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

Shades of Tonys Pink #EDAC8C

Tints of Tonys Pink #EDAC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.33%

 BLUE value IS 140 (55.08% from 255) = 25.5%

R = 43.17%
G = 31.33%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDAC8C (or 0xEDAC8C) is known color: Tonys Pink. HEX triplet: ED, AC and 8C. RGB value is (237,172,140). Sum of RGB (Red+Green+Blue) = 237+172+140=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC8C is #125373. Grayscale: #BBBBBB. Windows color (decimal): -1201012 or 9219309. OLE color: 9219309.

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

Color convert

RGB 237 172 140 -
CMYK 0 0.27 0.41 0.07
HSL 19.79º 0.73% 0.74% -
HSV(B) 19.79º 0.41% 0.93% -
XYZ 54.41 49.4 31.48 -
YUV 187.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 237 172 140 0 0.27 0.41 0.07 19.79 0.73 0.74
Hex ED AC 8C 0 1B 29 7 14 49 4A
Octal 355 254 214 0 33 51 7 24 111 112
Binary 11101101 10101100 10001100 0 11011 101001 111 10100 1001001 1001010

Color Harmonies of #EDAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC8C

Black with #EDAC8C

Text Example


Text Example

White with #EDAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC8C; }

 p { color: rgb(237,172,140); }

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

background-color css

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

 a { background-color: rgb(237,172,140); }

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

border-color css

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

 span { border-color: rgb(237,172,140); }

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