#EFBB9B

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

Shades of Mandys Pink #EFBB9B

Tints of Mandys Pink #EFBB9B

Color information

#EFBB9B (or 0xEFBB9B) is unknown color: approx Mandys Pink. HEX triplet: EF, BB and 9B. RGB value is (239,187,155). Sum of RGB (Red+Green+Blue) = 239+187+155=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB9B is #104464. Grayscale: #C7C7C7. Windows color (decimal): -1066085 or 10206191. OLE color: 10206191.

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

Color convert

RGB239187155-
CMYK00.220.350.06
HSL22.86º72.41%77.25%-
HSV(B)22.86º35.15%93.73%-
XYZ59.2856.2638.74-
YUV198.9103.23156.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=41.14%
G=32.19%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918715500.220.350.0622.8672.4177.25
HexEFBB9B01623617484d
Octal35727323302643627110115
Binary1110111110111011100110110101101000111101011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB9B; }

 p { color: rgb(239,187,155); }

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

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

 a { background-color: rgb(239,187,155); }

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

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

 span { border-color: rgb(239,187,155); }

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