#EFBD9D

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

Shades of Mandys Pink #EFBD9D

Tints of Mandys Pink #EFBD9D

Color information

#EFBD9D (or 0xEFBD9D) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 9D. RGB value is (239,189,157). Sum of RGB (Red+Green+Blue) = 239+189+157=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD9D is #104262. Grayscale: #C8C8C8. Windows color (decimal): -1065571 or 10337775. OLE color: 10337775.

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

Color convert

RGB239189157-
CMYK00.210.340.06
HSL23.41º71.93%77.65%-
HSV(B)23.41º34.31%93.73%-
XYZ59.8857.1839.78-
YUV200.3103.56155.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=40.85%
G=32.31%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918915700.210.340.0623.4171.9377.65
HexEFBD9D01522617484e
Octal35727523502542627110116
Binary1110111110111101100111010101011000101101011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD9D; }

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

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

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

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

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

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

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

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