#EFB38D

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

Shades of Mandys Pink #EFB38D

Tints of Mandys Pink #EFB38D

Color information

#EFB38D (or 0xEFB38D) is unknown color: approx Mandys Pink. HEX triplet: EF, B3 and 8D. RGB value is (239,179,141). Sum of RGB (Red+Green+Blue) = 239+179+141=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB38D is #104C72. Grayscale: #C0C0C0. Windows color (decimal): -1068147 or 9286639. OLE color: 9286639.

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

Color convert

RGB239179141-
CMYK00.250.410.06
HSL23.27º75.38%74.51%-
HSV(B)23.27º41%93.73%-
XYZ56.5252.5132.36-
YUV192.6198.88161.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=42.75%
G=32.02%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917914100.250.410.0623.2775.3874.51
HexEFB38D019296174b4b
Octal35726321503151627113113
Binary1110111110110011100011010110011010011101011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB38D; }

 p { color: rgb(239,179,141); }

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

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

 a { background-color: rgb(239,179,141); }

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

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

 span { border-color: rgb(239,179,141); }

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