#EEB08F

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

Shades of Mandys Pink #EEB08F

Tints of Mandys Pink #EEB08F

Color information

#EEB08F (or 0xEEB08F) is unknown color: approx Mandys Pink. HEX triplet: EE, B0 and 8F. RGB value is (238,176,143). Sum of RGB (Red+Green+Blue) = 238+176+143=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB08F is #114F70. Grayscale: #BEBEBE. Windows color (decimal): -1134449 or 9416942. OLE color: 9416942.

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

Color convert

RGB238176143-
CMYK00.260.400.07
HSL20.84º73.64%74.71%-
HSV(B)20.84º39.92%93.33%-
XYZ55.7451.2132.93-
YUV190.78101.04161.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=42.73%
G=31.60%
B=25.67%

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
Decimal23817614300.260.400.0720.8473.6474.71
HexEEB08F01A287154a4b
Octal35626021703250725112113
Binary1110111010110000100011110110101010001111010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB08F; }

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

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

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

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

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

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

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

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