#efba99

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

Shades of Mandys Pink #EFBA99

Tints of Mandys Pink #EFBA99

Color information

#EFBA99 (or 0xEFBA99) is unknown color: approx Mandys Pink. HEX triplet: EF, BA and 99. RGB value is (239,186,153). Sum of RGB (Red+Green+Blue) = 239+186+153=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA99 is #104566. Grayscale: #C6C6C6. Windows color (decimal): -1066343 or 10074863. OLE color: 10074863.

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

Color convert

RGB239186153-
CMYK00.220.360.06
HSL23.02º72.88%76.86%-
HSV(B)23.02º35.98%93.73%-
XYZ58.9155.7737.8-
YUV198.08102.56157.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=41.35%
G=32.18%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918615300.220.360.0623.0272.8876.86
HexEFBA9901624617494d
Octal35727223102644627111115
Binary1110111110111010100110010101101001001101011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efba99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efba99; }

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

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

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

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

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

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

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

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