#EFAE90

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

Shades of Mandys Pink #EFAE90

Tints of Mandys Pink #EFAE90

Color information

#EFAE90 (or 0xEFAE90) is unknown color: approx Mandys Pink. HEX triplet: EF, AE and 90. RGB value is (239,174,144). Sum of RGB (Red+Green+Blue) = 239+174+144=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE90 is #10516F. Grayscale: #BEBEBE. Windows color (decimal): -1069424 or 9481967. OLE color: 9481967.

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

Color convert

RGB239174144-
CMYK00.270.400.06
HSL18.95º74.8%75.1%-
HSV(B)18.95º39.75%93.73%-
XYZ55.7750.6433.22-
YUV190.02102.03162.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=42.91%
G=31.24%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917414400.270.400.0618.9574.875.1
HexEFAE9001B286134b4b
Octal35725622003350623113113
Binary1110111110101110100100000110111010001101001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE90; }

 p { color: rgb(239,174,144); }

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

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

 a { background-color: rgb(239,174,144); }

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

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

 span { border-color: rgb(239,174,144); }

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