#EFBD9B

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

Shades of Mandys Pink #EFBD9B

Tints of Mandys Pink #EFBD9B

Color information

#EFBD9B (or 0xEFBD9B) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 9B. RGB value is (239,189,155). Sum of RGB (Red+Green+Blue) = 239+189+155=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD9B is #104264. Grayscale: #C8C8C8. Windows color (decimal): -1065573 or 10206703. OLE color: 10206703.

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

Color convert

RGB239189155-
CMYK00.210.350.06
HSL24.29º72.41%77.25%-
HSV(B)24.29º35.15%93.73%-
XYZ59.7157.1138.89-
YUV200.07102.56155.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 155 (60.94% from 255) = 26.59%
R=40.99%
G=32.42%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918915500.210.350.0624.2972.4177.25
HexEFBD9B01523618484d
Octal35727523302543630110115
Binary1110111110111101100110110101011000111101100010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD9B; }

 p { color: rgb(239,189,155); }

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

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

 a { background-color: rgb(239,189,155); }

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

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

 span { border-color: rgb(239,189,155); }

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