#EAAF8E

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

Shades of Mandys Pink #EAAF8E

Tints of Mandys Pink #EAAF8E

Color information

#EAAF8E (or 0xEAAF8E) is unknown color: approx Mandys Pink. HEX triplet: EA, AF and 8E. RGB value is (234,175,142). Sum of RGB (Red+Green+Blue) = 234+175+142=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF8E is #155071. Grayscale: #BDBDBD. Windows color (decimal): -1396850 or 9351146. OLE color: 9351146.

HSL color Cylindrical-coordinate representation of color #EAAF8E: hue angle of 21.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAAF8E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234175142-
CMYK00.250.390.08
HSL21.52º68.66%73.73%-
HSV(B)21.52º39.32%91.76%-
XYZ54.1450.1132.41-
YUV188.88101.55160.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=42.47%
G=31.76%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417514200.250.390.0821.5268.6673.73
HexEAAF8E01927816454a
Octal352257216031471026105112
Binary11101010101011111000111001100110011110001011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF8E; }

 p { color: rgb(234,175,142); }

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

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

 a { background-color: rgb(234,175,142); }

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

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

 span { border-color: rgb(234,175,142); }

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