#EFBCA1

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

Shades of Mandys Pink #EFBCA1

Tints of Mandys Pink #EFBCA1

Color information

#EFBCA1 (or 0xEFBCA1) is unknown color: approx Mandys Pink. HEX triplet: EF, BC and A1. RGB value is (239,188,161). Sum of RGB (Red+Green+Blue) = 239+188+161=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCA1 is #10435E. Grayscale: #C8C8C8. Windows color (decimal): -1065823 or 10599663. OLE color: 10599663.

HSL color Cylindrical-coordinate representation of color #EFBCA1: hue angle of 20.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFBCA1 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239188161-
CMYK00.210.330.06
HSL20.77º70.91%78.43%-
HSV(B)20.77º32.64%93.73%-
XYZ60.0156.8941.54-
YUV200.17105.9155.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 161 (63.28% from 255) = 27.38%
R=40.65%
G=31.97%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918816100.210.330.0620.7770.9178.43
HexEFBCA101521615474e
Octal35727424102541625107116
Binary1110111110111100101000010101011000011101010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCA1; }

 p { color: rgb(239,188,161); }

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

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

 a { background-color: rgb(239,188,161); }

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

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

 span { border-color: rgb(239,188,161); }

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