#EFB894

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

Shades of Mandys Pink #EFB894

Tints of Mandys Pink #EFB894

Color information

#EFB894 (or 0xEFB894) is unknown color: approx Mandys Pink. HEX triplet: EF, B8 and 94. RGB value is (239,184,148). Sum of RGB (Red+Green+Blue) = 239+184+148=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB894 is #10476B. Grayscale: #C4C4C4. Windows color (decimal): -1066860 or 9746671. OLE color: 9746671.

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

Color convert

RGB239184148-
CMYK00.230.380.06
HSL23.74º73.98%75.88%-
HSV(B)23.74º38.08%93.73%-
XYZ58.0854.7735.53-
YUV196.34100.72158.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=41.86%
G=32.22%
B=25.92%

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
Decimal23918414800.230.380.0623.7473.9875.88
HexEFB894017266184a4c
Octal35727022402746630112114
Binary1110111110111000100101000101111001101101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB894; }

 p { color: rgb(239,184,148); }

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

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

 a { background-color: rgb(239,184,148); }

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

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

 span { border-color: rgb(239,184,148); }

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