#EFBB95

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

Shades of Mandys Pink #EFBB95

Tints of Mandys Pink #EFBB95

Color information

#EFBB95 (or 0xEFBB95) is unknown color: approx Mandys Pink. HEX triplet: EF, BB and 95. RGB value is (239,187,149). Sum of RGB (Red+Green+Blue) = 239+187+149=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB95 is #10446A. Grayscale: #C6C6C6. Windows color (decimal): -1066091 or 9812975. OLE color: 9812975.

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

Color convert

RGB239187149-
CMYK00.220.380.06
HSL25.33º73.77%76.08%-
HSV(B)25.33º37.66%93.73%-
XYZ58.7956.0636.16-
YUV198.22100.23157.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=41.57%
G=32.52%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918714900.220.380.0625.3373.7776.08
HexEFBB95016266194a4c
Octal35727322502646631112114
Binary1110111110111011100101010101101001101101100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB95; }

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

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

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

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

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

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

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

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