#EFAD8F

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

Shades of Mandys Pink #EFAD8F

Tints of Mandys Pink #EFAD8F

Color information

#EFAD8F (or 0xEFAD8F) is unknown color: approx Mandys Pink. HEX triplet: EF, AD and 8F. RGB value is (239,173,143). Sum of RGB (Red+Green+Blue) = 239+173+143=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD8F is #105270. Grayscale: #BDBDBD. Windows color (decimal): -1069681 or 9416175. OLE color: 9416175.

HSL color Cylindrical-coordinate representation of color #EFAD8F: hue angle of 18.75º 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 #EFAD8F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB239173143-
CMYK00.280.400.06
HSL18.75º75%74.9%-
HSV(B)18.75º40.17%93.73%-
XYZ55.550.2232.76-
YUV189.31101.87163.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 143 (56.25% from 255) = 25.77%
R=43.06%
G=31.17%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917314300.280.400.0618.757574.9
HexEFAD8F01C286134b4b
Octal35725521703450623113113
Binary1110111110101101100011110111001010001101001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD8F; }

 p { color: rgb(239,173,143); }

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

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

 a { background-color: rgb(239,173,143); }

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

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

 span { border-color: rgb(239,173,143); }

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