#EFBC91

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

Shades of Mandys Pink #EFBC91

Tints of Mandys Pink #EFBC91

Color information

#EFBC91 (or 0xEFBC91) is unknown color: approx Mandys Pink. HEX triplet: EF, BC and 91. RGB value is (239,188,145). Sum of RGB (Red+Green+Blue) = 239+188+145=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC91 is #10436E. Grayscale: #C6C6C6. Windows color (decimal): -1065839 or 9551087. OLE color: 9551087.

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

Color convert

RGB239188145-
CMYK00.210.390.06
HSL27.45º74.6%75.29%-
HSV(B)27.45º39.33%93.73%-
XYZ58.6956.3634.57-
YUV198.3597.9157-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 145 (57.03% from 255) = 25.35%
R=41.78%
G=32.87%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918814500.210.390.0627.4574.675.29
HexEFBC910152761b4b4b
Octal35727422102547633113113
Binary1110111110111100100100010101011001111101101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC91; }

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

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

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

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

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

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

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

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