#EFBA97

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

Shades of Mandys Pink #EFBA97

Tints of Mandys Pink #EFBA97

Color information

#EFBA97 (or 0xEFBA97) is unknown color: approx Mandys Pink. HEX triplet: EF, BA and 97. RGB value is (239,186,151). Sum of RGB (Red+Green+Blue) = 239+186+151=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA97 is #104568. Grayscale: #C6C6C6. Windows color (decimal): -1066345 or 9943791. OLE color: 9943791.

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

Color convert

RGB239186151-
CMYK00.220.370.06
HSL23.86º73.33%76.47%-
HSV(B)23.86º36.82%93.73%-
XYZ58.7455.736.93-
YUV197.86101.56157.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=41.49%
G=32.29%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918615100.220.370.0623.8673.3376.47
HexEFBA9701625618494c
Octal35727222702645630111114
Binary1110111110111010100101110101101001011101100010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA97; }

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

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

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

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

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

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

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

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