#EDAF8C

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

Shades of Mandys Pink #EDAF8C

Tints of Mandys Pink #EDAF8C

Color information

#EDAF8C (or 0xEDAF8C) is unknown color: approx Mandys Pink. HEX triplet: ED, AF and 8C. RGB value is (237,175,140). Sum of RGB (Red+Green+Blue) = 237+175+140=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF8C is #125073. Grayscale: #BDBDBD. Windows color (decimal): -1200244 or 9220077. OLE color: 9220077.

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

Color convert

RGB237175140-
CMYK00.260.410.07
HSL21.65º72.93%73.92%-
HSV(B)21.65º40.93%92.94%-
XYZ54.9950.5631.67-
YUV189.55100.04161.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 140 (55.08% from 255) = 25.36%
R=42.93%
G=31.70%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717514000.260.410.0721.6572.9373.92
HexEDAF8C01A29716494a
Octal35525721403251726111112
Binary1110110110101111100011000110101010011111011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF8C; }

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

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

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

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

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

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

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

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