#EDAC8E

Color #EDAC8E Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #EDAC8E

Tints of Mandys Pink #EDAC8E

Color information

#EDAC8E (or 0xEDAC8E) is unknown color: approx Mandys Pink. HEX triplet: ED, AC and 8E. RGB value is (237,172,142). Sum of RGB (Red+Green+Blue) = 237+172+142=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC8E is #125371. Grayscale: #BCBCBC. Windows color (decimal): -1201010 or 9350381. OLE color: 9350381.

HSL color Cylindrical-coordinate representation of color #EDAC8E: hue angle of 18.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDAC8E is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237172142-
CMYK00.270.400.07
HSL18.95º72.52%74.31%-
HSV(B)18.95º40.08%92.94%-
XYZ54.5649.4632.26-
YUV188.02102.03162.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=43.01%
G=31.22%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717214200.270.400.0718.9572.5274.31
HexEDAC8E01B28713494a
Octal35525421603350723111112
Binary1110110110101100100011100110111010001111001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC8E; }

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

 H1.HeaderClassName
 {
   color: #EDAC8E;
 }
 .AnyTagClassName
 {
   color: #EDAC8E;
 }
</style>
background-color css

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

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

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

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

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

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