#EEB496

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

Shades of Mandys Pink #EEB496

Tints of Mandys Pink #EEB496

Color information

#EEB496 (or 0xEEB496) is unknown color: approx Mandys Pink. HEX triplet: EE, B4 and 96. RGB value is (238,180,150). Sum of RGB (Red+Green+Blue) = 238+180+150=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB496 is #114B69. Grayscale: #C2C2C2. Windows color (decimal): -1133418 or 9876718. OLE color: 9876718.

HSL color Cylindrical-coordinate representation of color #EEB496: hue angle of 20.45º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEB496 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238180150-
CMYK00.240.370.07
HSL20.45º72.13%76.08%-
HSV(B)20.45º36.97%93.33%-
XYZ57.0953.0236.08-
YUV193.92103.22159.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=41.90%
G=31.69%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818015000.240.370.0720.4572.1376.08
HexEEB49601825714484c
Octal35626422603045724110114
Binary1110111010110100100101100110001001011111010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB496; }

 p { color: rgb(238,180,150); }

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

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

 a { background-color: rgb(238,180,150); }

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

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

 span { border-color: rgb(238,180,150); }

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