#EFB48D

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

Shades of Mandys Pink #EFB48D

Tints of Mandys Pink #EFB48D

Color information

#EFB48D (or 0xEFB48D) is unknown color: approx Mandys Pink. HEX triplet: EF, B4 and 8D. RGB value is (239,180,141). Sum of RGB (Red+Green+Blue) = 239+180+141=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB48D is #104B72. Grayscale: #C1C1C1. Windows color (decimal): -1067891 or 9286895. OLE color: 9286895.

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

Color convert

RGB239180141-
CMYK00.250.410.06
HSL23.88º75.38%74.51%-
HSV(B)23.88º41%93.73%-
XYZ56.7352.9232.42-
YUV193.298.55160.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=42.68%
G=32.14%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918014100.250.410.0623.8875.3874.51
HexEFB48D019296184b4b
Octal35726421503151630113113
Binary1110111110110100100011010110011010011101100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB48D; }

 p { color: rgb(239,180,141); }

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

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

 a { background-color: rgb(239,180,141); }

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

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

 span { border-color: rgb(239,180,141); }

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