#EFB48B

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

Shades of Mandys Pink #EFB48B

Tints of Mandys Pink #EFB48B

Color information

#EFB48B (or 0xEFB48B) is unknown color: approx Mandys Pink. HEX triplet: EF, B4 and 8B. RGB value is (239,180,139). Sum of RGB (Red+Green+Blue) = 239+180+139=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB48B is #104B74. Grayscale: #C1C1C1. Windows color (decimal): -1067893 or 9155823. OLE color: 9155823.

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

Color convert

RGB239180139-
CMYK00.250.420.06
HSL24.6º75.76%74.12%-
HSV(B)24.6º41.84%93.73%-
XYZ56.5852.8631.65-
YUV192.9797.55160.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=42.83%
G=32.26%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918013900.250.420.0624.675.7674.12
HexEFB48B0192A6194c4a
Octal35726421303152631114112
Binary1110111110110100100010110110011010101101100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB48B; }

 p { color: rgb(239,180,139); }

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

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

 a { background-color: rgb(239,180,139); }

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

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

 span { border-color: rgb(239,180,139); }

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