#EFB995

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

Shades of Mandys Pink #EFB995

Tints of Mandys Pink #EFB995

Color information

#EFB995 (or 0xEFB995) is unknown color: approx Mandys Pink. HEX triplet: EF, B9 and 95. RGB value is (239,185,149). Sum of RGB (Red+Green+Blue) = 239+185+149=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB995 is #10466A. Grayscale: #C5C5C5. Windows color (decimal): -1066603 or 9812463. OLE color: 9812463.

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

Color convert

RGB239185149-
CMYK00.230.380.06
HSL24º73.77%76.08%-
HSV(B)24º37.66%93.73%-
XYZ58.3755.2236.02-
YUV197.04100.89157.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=41.71%
G=32.29%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918514900.230.380.062473.7776.08
HexEFB995017266184a4c
Octal35727122502746630112114
Binary1110111110111001100101010101111001101101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB995; }

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

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

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

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

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

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

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

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