#EEB08E

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

Shades of Mandys Pink #EEB08E

Tints of Mandys Pink #EEB08E

Color information

#EEB08E (or 0xEEB08E) is unknown color: approx Mandys Pink. HEX triplet: EE, B0 and 8E. RGB value is (238,176,142). Sum of RGB (Red+Green+Blue) = 238+176+142=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB08E is #114F71. Grayscale: #BEBEBE. Windows color (decimal): -1134450 or 9351406. OLE color: 9351406.

HSL color Cylindrical-coordinate representation of color #EEB08E: hue angle of 21.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEB08E is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238176142-
CMYK00.260.400.07
HSL21.25º73.85%74.51%-
HSV(B)21.25º40.34%93.33%-
XYZ55.6751.1832.54-
YUV190.66100.54161.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.81%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=42.81%
G=31.65%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817614200.260.400.0721.2573.8574.51
HexEEB08E01A287154a4b
Octal35626021603250725112113
Binary1110111010110000100011100110101010001111010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB08E; }

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

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

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

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

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

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

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

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