#EEBDA0

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

Shades of Mandys Pink #EEBDA0

Tints of Mandys Pink #EEBDA0

Color information

#EEBDA0 (or 0xEEBDA0) is unknown color: approx Mandys Pink. HEX triplet: EE, BD and A0. RGB value is (238,189,160). Sum of RGB (Red+Green+Blue) = 238+189+160=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA0 is #11425F. Grayscale: #C8C8C8. Windows color (decimal): -1131104 or 10534382. OLE color: 10534382.

HSL color Cylindrical-coordinate representation of color #EEBDA0: hue angle of 22.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBDA0 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238189160-
CMYK00.210.330.07
HSL22.31º69.64%78.04%-
HSV(B)22.31º32.77%93.33%-
XYZ59.857.1141.13-
YUV200.34105.23154.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=40.55%
G=32.20%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818916000.210.330.0722.3169.6478.04
HexEEBDA001521716464e
Octal35627524002541726106116
Binary1110111010111101101000000101011000011111011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDA0; }

 p { color: rgb(238,189,160); }

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

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

 a { background-color: rgb(238,189,160); }

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

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

 span { border-color: rgb(238,189,160); }

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