#EFB796

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

Shades of Mandys Pink #EFB796

Tints of Mandys Pink #EFB796

Color information

#EFB796 (or 0xEFB796) is unknown color: approx Mandys Pink. HEX triplet: EF, B7 and 96. RGB value is (239,183,150). Sum of RGB (Red+Green+Blue) = 239+183+150=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB796 is #104869. Grayscale: #C4C4C4. Windows color (decimal): -1067114 or 9877487. OLE color: 9877487.

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

Color convert

RGB239183150-
CMYK00.230.370.06
HSL22.25º73.55%76.27%-
HSV(B)22.25º37.24%93.73%-
XYZ58.0454.4236.3-
YUV195.98102.05158.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=41.78%
G=31.99%
B=26.22%

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
Decimal23918315000.230.370.0622.2573.5576.27
HexEFB796017256164a4c
Octal35726722602745626112114
Binary1110111110110111100101100101111001011101011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB796; }

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

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

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

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

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

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

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

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