#EFAC8E

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

Shades of Mandys Pink #EFAC8E

Tints of Mandys Pink #EFAC8E

Color information

#EFAC8E (or 0xEFAC8E) is unknown color: approx Mandys Pink. HEX triplet: EF, AC and 8E. RGB value is (239,172,142). Sum of RGB (Red+Green+Blue) = 239+172+142=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC8E is #105371. Grayscale: #BCBCBC. Windows color (decimal): -1069938 or 9350383. OLE color: 9350383.

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

Color convert

RGB239172142-
CMYK00.280.410.06
HSL18.56º75.19%74.71%-
HSV(B)18.56º40.59%93.73%-
XYZ55.2349.8132.29-
YUV188.61101.7163.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 142 (55.86% from 255) = 25.68%
R=43.22%
G=31.10%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917214200.280.410.0618.5675.1974.71
HexEFAC8E01C296134b4b
Octal35725421603451623113113
Binary1110111110101100100011100111001010011101001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC8E; }

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

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

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

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

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

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

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

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