#EFB78D

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

Shades of Mandys Pink #EFB78D

Tints of Mandys Pink #EFB78D

Color information

#EFB78D (or 0xEFB78D) is unknown color: approx Mandys Pink. HEX triplet: EF, B7 and 8D. RGB value is (239,183,141). Sum of RGB (Red+Green+Blue) = 239+183+141=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB78D is #104872. Grayscale: #C3C3C3. Windows color (decimal): -1067123 or 9287663. OLE color: 9287663.

HSL color Cylindrical-coordinate representation of color #EFB78D: hue angle of 25.71º 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 #EFB78D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239183141-
CMYK00.230.410.06
HSL25.71º75.38%74.51%-
HSV(B)25.71º41%93.73%-
XYZ57.3454.1432.63-
YUV194.9697.55159.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=42.45%
G=32.50%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918314100.230.410.0625.7175.3874.51
HexEFB78D0172961a4b4b
Octal35726721502751632113113
Binary1110111110110111100011010101111010011101101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB78D; }

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

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

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

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

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

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

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

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