#EAB698

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

Shades of Mandys Pink #EAB698

Tints of Mandys Pink #EAB698

Color information

#EAB698 (or 0xEAB698) is unknown color: approx Mandys Pink. HEX triplet: EA, B6 and 98. RGB value is (234,182,152). Sum of RGB (Red+Green+Blue) = 234+182+152=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB698 is #154967. Grayscale: #C2C2C2. Windows color (decimal): -1395048 or 10008298. OLE color: 10008298.

HSL color Cylindrical-coordinate representation of color #EAB698: hue angle of 21.95º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAB698 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234182152-
CMYK00.220.350.08
HSL21.95º66.13%75.69%-
HSV(B)21.95º35.04%91.76%-
XYZ56.3353.2237.01-
YUV194.13104.23156.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=41.20%
G=32.04%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418215200.220.350.0821.9566.1375.69
HexEAB69801623816424c
Octal352266230026431026102114
Binary11101010101101101001100001011010001110001011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB698; }

 p { color: rgb(234,182,152); }

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

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

 a { background-color: rgb(234,182,152); }

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

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

 span { border-color: rgb(234,182,152); }

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