#EFB295

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

Shades of Mandys Pink #EFB295

Tints of Mandys Pink #EFB295

Color information

#EFB295 (or 0xEFB295) is unknown color: approx Mandys Pink. HEX triplet: EF, B2 and 95. RGB value is (239,178,149). Sum of RGB (Red+Green+Blue) = 239+178+149=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB295 is #104D6A. Grayscale: #C1C1C1. Windows color (decimal): -1068395 or 9810671. OLE color: 9810671.

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

Color convert

RGB239178149-
CMYK00.260.380.06
HSL19.33º73.77%76.08%-
HSV(B)19.33º37.66%93.73%-
XYZ56.9452.3635.54-
YUV192.93103.21160.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=42.23%
G=31.45%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917814900.260.380.0619.3373.7776.08
HexEFB29501A266134a4c
Octal35726222503246623112114
Binary1110111110110010100101010110101001101101001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB295; }

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

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

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

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

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

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

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

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