#EFBA9D

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

Shades of Mandys Pink #EFBA9D

Tints of Mandys Pink #EFBA9D

Color information

#EFBA9D (or 0xEFBA9D) is unknown color: approx Mandys Pink. HEX triplet: EF, BA and 9D. RGB value is (239,186,157). Sum of RGB (Red+Green+Blue) = 239+186+157=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA9D is #104562. Grayscale: #C6C6C6. Windows color (decimal): -1066339 or 10337007. OLE color: 10337007.

HSL color Cylindrical-coordinate representation of color #EFBA9D: hue angle of 21.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFBA9D is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239186157-
CMYK00.220.340.06
HSL21.22º71.93%77.65%-
HSV(B)21.22º34.31%93.73%-
XYZ59.2455.939.57-
YUV198.54104.56156.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 157 (61.72% from 255) = 26.98%
R=41.07%
G=31.96%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918615700.220.340.0621.2271.9377.65
HexEFBA9D01622615484e
Octal35727223502642625110116
Binary1110111110111010100111010101101000101101010110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA9D; }

 p { color: rgb(239,186,157); }

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

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

 a { background-color: rgb(239,186,157); }

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

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

 span { border-color: rgb(239,186,157); }

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