#EFB18A

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

Shades of Mandys Pink #EFB18A

Tints of Mandys Pink #EFB18A

Color information

#EFB18A (or 0xEFB18A) is unknown color: approx Mandys Pink. HEX triplet: EF, B1 and 8A. RGB value is (239,177,138). Sum of RGB (Red+Green+Blue) = 239+177+138=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB18A is #104E75. Grayscale: #BFBFBF. Windows color (decimal): -1068662 or 9089519. OLE color: 9089519.

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

Color convert

RGB239177138-
CMYK00.260.420.06
HSL23.17º75.94%73.92%-
HSV(B)23.17º42.26%93.73%-
XYZ55.9151.6331.06-
YUV191.0998.04162.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=43.14%
G=31.95%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917713800.260.420.0623.1775.9473.92
HexEFB18A01A2A6174c4a
Octal35726121203252627114112
Binary1110111110110001100010100110101010101101011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB18A; }

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

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

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

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

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

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

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

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