Html Css Color HEX #EDAC8D Tonys Pink

📋 copy color: '#EDAC8D'

red 237 ◦ green 172 ◦ blue 141

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

Shades of Tonys Pink #EDAC8D

Tints of Tonys Pink #EDAC8D

RGB

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

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

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

R = 43.09%
G = 31.27%
B = 25.64%

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

#EDAC8D (or 0xEDAC8D) is known color: Tonys Pink. HEX triplet: ED, AC and 8D. RGB value is (237,172,141). Sum of RGB (Red+Green+Blue) = 237+172+141=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC8D is #125372. Grayscale: #BCBCBC. Windows color (decimal): -1201011 or 9284845. OLE color: 9284845.

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

Color convert

RGB 237 172 141 -
CMYK 0 0.27 0.41 0.07
HSL 19.38º 0.73% 0.74% -
HSV(B) 19.38º 0.41% 0.93% -
XYZ 54.49 49.43 31.87 -
YUV 187.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 237 172 141 0 0.27 0.41 0.07 19.38 0.73 0.74
Hex ED AC 8D 0 1B 29 7 13 49 4A
Octal 355 254 215 0 33 51 7 23 111 112
Binary 11101101 10101100 10001101 0 11011 101001 111 10011 1001001 1001010

Color Harmonies of #EDAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC8D

Black with #EDAC8D

Text Example


Text Example

White with #EDAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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