#EDAF90

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

Shades of Mandys Pink #EDAF90

Tints of Mandys Pink #EDAF90

Color information

#EDAF90 (or 0xEDAF90) is unknown color: approx Mandys Pink. HEX triplet: ED, AF and 90. RGB value is (237,175,144). Sum of RGB (Red+Green+Blue) = 237+175+144=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF90 is #12506F. Grayscale: #BEBEBE. Windows color (decimal): -1200240 or 9482221. OLE color: 9482221.

HSL color Cylindrical-coordinate representation of color #EDAF90: hue angle of 20º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDAF90 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237175144-
CMYK00.260.390.07
HSL20º72.09%74.71%-
HSV(B)20º39.24%92.94%-
XYZ55.2950.6833.25-
YUV190102.04161.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=42.63%
G=31.47%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717514400.260.390.072072.0974.71
HexEDAF9001A27714484b
Octal35525722003247724110113
Binary1110110110101111100100000110101001111111010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF90; }

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

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

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

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

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

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

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

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