#EFB18E

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

Shades of Mandys Pink #EFB18E

Tints of Mandys Pink #EFB18E

Color information

#EFB18E (or 0xEFB18E) is unknown color: approx Mandys Pink. HEX triplet: EF, B1 and 8E. RGB value is (239,177,142). Sum of RGB (Red+Green+Blue) = 239+177+142=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB18E is #104E71. Grayscale: #BFBFBF. Windows color (decimal): -1068658 or 9351663. OLE color: 9351663.

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

Color convert

RGB239177142-
CMYK00.260.410.06
HSL21.65º75.19%74.71%-
HSV(B)21.65º40.59%93.73%-
XYZ56.251.7532.62-
YUV191.55100.04161.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=42.83%
G=31.72%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917714200.260.410.0621.6575.1974.71
HexEFB18E01A296164b4b
Octal35726121603251626113113
Binary1110111110110001100011100110101010011101011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB18E; }

 p { color: rgb(239,177,142); }

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

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

 a { background-color: rgb(239,177,142); }

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

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

 span { border-color: rgb(239,177,142); }

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