#EFBA9A

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

Shades of Mandys Pink #EFBA9A

Tints of Mandys Pink #EFBA9A

Color information

#EFBA9A (or 0xEFBA9A) is unknown color: approx Mandys Pink. HEX triplet: EF, BA and 9A. RGB value is (239,186,154). Sum of RGB (Red+Green+Blue) = 239+186+154=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA9A is #104565. Grayscale: #C6C6C6. Windows color (decimal): -1066342 or 10140399. OLE color: 10140399.

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

Color convert

RGB239186154-
CMYK00.220.360.06
HSL22.59º72.65%77.06%-
HSV(B)22.59º35.56%93.73%-
XYZ58.9955.838.23-
YUV198.2103.06157.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=41.28%
G=32.12%
B=26.60%

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
Decimal23918615400.220.360.0622.5972.6577.06
HexEFBA9A01624617494d
Octal35727223202644627111115
Binary1110111110111010100110100101101001001101011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA9A; }

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

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

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

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

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

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

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

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