#EEB994

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

Shades of Mandys Pink #EEB994

Tints of Mandys Pink #EEB994

Color information

#EEB994 (or 0xEEB994) is unknown color: approx Mandys Pink. HEX triplet: EE, B9 and 94. RGB value is (238,185,148). Sum of RGB (Red+Green+Blue) = 238+185+148=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB994 is #11466B. Grayscale: #C4C4C4. Windows color (decimal): -1132140 or 9746926. OLE color: 9746926.

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

Color convert

RGB238185148-
CMYK00.220.380.07
HSL24.67º72.58%75.69%-
HSV(B)24.67º37.82%93.33%-
XYZ57.9555.0135.58-
YUV196.63100.56157.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=41.68%
G=32.40%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818514800.220.380.0724.6772.5875.69
HexEEB99401626719494c
Octal35627122402646731111114
Binary1110111010111001100101000101101001101111100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB994; }

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

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

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

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

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

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

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

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