#EFB499

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

Shades of Mandys Pink #EFB499

Tints of Mandys Pink #EFB499

Color information

#EFB499 (or 0xEFB499) is unknown color: approx Mandys Pink. HEX triplet: EF, B4 and 99. RGB value is (239,180,153). Sum of RGB (Red+Green+Blue) = 239+180+153=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB499 is #104B66. Grayscale: #C2C2C2. Windows color (decimal): -1067879 or 10073327. OLE color: 10073327.

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

Color convert

RGB239180153-
CMYK00.250.360.06
HSL18.84º72.88%76.86%-
HSV(B)18.84º35.98%93.73%-
XYZ57.6753.2937.38-
YUV194.56104.55159.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=41.78%
G=31.47%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918015300.250.360.0618.8472.8876.86
HexEFB49901924613494d
Octal35726423103144623111115
Binary1110111110110100100110010110011001001101001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB499; }

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

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

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

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

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

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

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

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