#EFB996

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

Shades of Mandys Pink #EFB996

Tints of Mandys Pink #EFB996

Color information

#EFB996 (or 0xEFB996) is unknown color: approx Mandys Pink. HEX triplet: EF, B9 and 96. RGB value is (239,185,150). Sum of RGB (Red+Green+Blue) = 239+185+150=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB996 is #104669. Grayscale: #C5C5C5. Windows color (decimal): -1066602 or 9877999. OLE color: 9877999.

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

Color convert

RGB239185150-
CMYK00.230.370.06
HSL23.6º73.55%76.27%-
HSV(B)23.6º37.24%93.73%-
XYZ58.4555.2536.44-
YUV197.16101.39157.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=41.64%
G=32.23%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918515000.230.370.0623.673.5576.27
HexEFB996017256184a4c
Octal35727122602745630112114
Binary1110111110111001100101100101111001011101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB996; }

 p { color: rgb(239,185,150); }

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

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

 a { background-color: rgb(239,185,150); }

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

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

 span { border-color: rgb(239,185,150); }

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