#EFBD96

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

Shades of Mandys Pink #EFBD96

Tints of Mandys Pink #EFBD96

Color information

#EFBD96 (or 0xEFBD96) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 96. RGB value is (239,189,150). Sum of RGB (Red+Green+Blue) = 239+189+150=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD96 is #104269. Grayscale: #C7C7C7. Windows color (decimal): -1065578 or 9879023. OLE color: 9879023.

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

Color convert

RGB239189150-
CMYK00.210.370.06
HSL26.29º73.55%76.27%-
HSV(B)26.29º37.24%93.73%-
XYZ59.356.9536.72-
YUV199.5100.06156.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=41.35%
G=32.70%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918915000.210.370.0626.2973.5576.27
HexEFBD960152561a4a4c
Octal35727522602545632112114
Binary1110111110111101100101100101011001011101101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD96; }

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

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

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

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

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

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

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

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