#EEB094

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

Shades of Mandys Pink #EEB094

Tints of Mandys Pink #EEB094

Color information

#EEB094 (or 0xEEB094) is unknown color: approx Mandys Pink. HEX triplet: EE, B0 and 94. RGB value is (238,176,148). Sum of RGB (Red+Green+Blue) = 238+176+148=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB094 is #114F6B. Grayscale: #BFBFBF. Windows color (decimal): -1134444 or 9744622. OLE color: 9744622.

HSL color Cylindrical-coordinate representation of color #EEB094: hue angle of 18.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 #EEB094 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238176148-
CMYK00.260.380.07
HSL18.67º72.58%75.69%-
HSV(B)18.67º37.82%93.33%-
XYZ56.1351.3734.97-
YUV191.35103.54161.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=42.35%
G=31.32%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817614800.260.380.0718.6772.5875.69
HexEEB09401A26713494c
Octal35626022403246723111114
Binary1110111010110000100101000110101001101111001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB094; }

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

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

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

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

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

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

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

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