#EFAE8C

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

Shades of Mandys Pink #EFAE8C

Tints of Mandys Pink #EFAE8C

Color information

#EFAE8C (or 0xEFAE8C) is unknown color: approx Mandys Pink. HEX triplet: EF, AE and 8C. RGB value is (239,174,140). Sum of RGB (Red+Green+Blue) = 239+174+140=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE8C is #105173. Grayscale: #BDBDBD. Windows color (decimal): -1069428 or 9219823. OLE color: 9219823.

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

Color convert

RGB239174140-
CMYK00.270.410.06
HSL20.61º75.57%74.31%-
HSV(B)20.61º41.42%93.73%-
XYZ55.4750.5231.64-
YUV189.56100.03163.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=43.22%
G=31.46%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917414000.270.410.0620.6175.5774.31
HexEFAE8C01B296154c4a
Octal35725621403351625114112
Binary1110111110101110100011000110111010011101010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE8C; }

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

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

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

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

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

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

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

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