#EFB091

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

Shades of Mandys Pink #EFB091

Tints of Mandys Pink #EFB091

Color information

#EFB091 (or 0xEFB091) is unknown color: approx Mandys Pink. HEX triplet: EF, B0 and 91. RGB value is (239,176,145). Sum of RGB (Red+Green+Blue) = 239+176+145=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB091 is #104F6E. Grayscale: #BFBFBF. Windows color (decimal): -1068911 or 9548015. OLE color: 9548015.

HSL color Cylindrical-coordinate representation of color #EFB091: hue angle of 19.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFB091 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239176145-
CMYK00.260.390.06
HSL19.79º74.6%75.29%-
HSV(B)19.79º39.33%93.73%-
XYZ56.2351.4533.75-
YUV191.3101.87162.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=42.68%
G=31.43%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917614500.260.390.0619.7974.675.29
HexEFB09101A276144b4b
Octal35726022103247624113113
Binary1110111110110000100100010110101001111101010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB091; }

 p { color: rgb(239,176,145); }

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

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

 a { background-color: rgb(239,176,145); }

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

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

 span { border-color: rgb(239,176,145); }

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