#EFB58D

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

Shades of Mandys Pink #EFB58D

Tints of Mandys Pink #EFB58D

Color information

#EFB58D (or 0xEFB58D) is unknown color: approx Mandys Pink. HEX triplet: EF, B5 and 8D. RGB value is (239,181,141). Sum of RGB (Red+Green+Blue) = 239+181+141=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB58D is #104A72. Grayscale: #C2C2C2. Windows color (decimal): -1067635 or 9287151. OLE color: 9287151.

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

Color convert

RGB239181141-
CMYK00.240.410.06
HSL24.49º75.38%74.51%-
HSV(B)24.49º41%93.73%-
XYZ56.9353.3232.49-
YUV193.7898.22160.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=42.60%
G=32.26%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918114100.240.410.0624.4975.3874.51
HexEFB58D018296184b4b
Octal35726521503051630113113
Binary1110111110110101100011010110001010011101100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB58D; }

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

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

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

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

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

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

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

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