#EEB995

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

Shades of Mandys Pink #EEB995

Tints of Mandys Pink #EEB995

Color information

#EEB995 (or 0xEEB995) is unknown color: approx Mandys Pink. HEX triplet: EE, B9 and 95. RGB value is (238,185,149). Sum of RGB (Red+Green+Blue) = 238+185+149=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB995 is #11466A. Grayscale: #C4C4C4. Windows color (decimal): -1132139 or 9812462. OLE color: 9812462.

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

Color convert

RGB238185149-
CMYK00.220.370.07
HSL24.27º72.36%75.88%-
HSV(B)24.27º37.39%93.33%-
XYZ58.0355.0436-
YUV196.74101.06157.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=41.61%
G=32.34%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818514900.220.370.0724.2772.3675.88
HexEEB99501625718484c
Octal35627122502645730110114
Binary1110111010111001100101010101101001011111100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB995; }

 p { color: rgb(238,185,149); }

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

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

 a { background-color: rgb(238,185,149); }

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

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

 span { border-color: rgb(238,185,149); }

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