#EFBD9F

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

Shades of Mandys Pink #EFBD9F

Tints of Mandys Pink #EFBD9F

Color information

#EFBD9F (or 0xEFBD9F) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 9F. RGB value is (239,189,159). Sum of RGB (Red+Green+Blue) = 239+189+159=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD9F is #104260. Grayscale: #C8C8C8. Windows color (decimal): -1065569 or 10468847. OLE color: 10468847.

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

Color convert

RGB239189159-
CMYK00.210.330.06
HSL22.5º71.43%78.04%-
HSV(B)22.5º33.47%93.73%-
XYZ60.0557.2540.69-
YUV200.53104.56155.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=40.72%
G=32.20%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918915900.210.330.0622.571.4378.04
HexEFBD9F01521617474e
Octal35727523702541627107116
Binary1110111110111101100111110101011000011101011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD9F; }

 p { color: rgb(239,189,159); }

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

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

 a { background-color: rgb(239,189,159); }

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

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

 span { border-color: rgb(239,189,159); }

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