#EFB59A

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

Shades of Mandys Pink #EFB59A

Tints of Mandys Pink #EFB59A

Color information

#EFB59A (or 0xEFB59A) is unknown color: approx Mandys Pink. HEX triplet: EF, B5 and 9A. RGB value is (239,181,154). Sum of RGB (Red+Green+Blue) = 239+181+154=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB59A is #104A65. Grayscale: #C3C3C3. Windows color (decimal): -1067622 or 10139119. OLE color: 10139119.

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

Color convert

RGB239181154-
CMYK00.240.360.06
HSL19.06º72.65%77.06%-
HSV(B)19.06º35.56%93.73%-
XYZ57.9553.7337.89-
YUV195.26104.72159.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=41.64%
G=31.53%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918115400.240.360.0619.0672.6577.06
HexEFB59A01824613494d
Octal35726523203044623111115
Binary1110111110110101100110100110001001001101001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB59A; }

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

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

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

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

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

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

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

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