#EAB492

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

Shades of Mandys Pink #EAB492

Tints of Mandys Pink #EAB492

Color information

#EAB492 (or 0xEAB492) is unknown color: approx Mandys Pink. HEX triplet: EA, B4 and 92. RGB value is (234,180,146). Sum of RGB (Red+Green+Blue) = 234+180+146=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB492 is #154B6D. Grayscale: #C0C0C0. Windows color (decimal): -1395566 or 9614570. OLE color: 9614570.

HSL color Cylindrical-coordinate representation of color #EAB492: hue angle of 23.18º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAB492 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234180146-
CMYK00.230.380.08
HSL23.18º67.69%74.51%-
HSV(B)23.18º37.61%91.76%-
XYZ55.4452.2134.35-
YUV192.27101.89157.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=41.79%
G=32.14%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418014600.230.380.0823.1867.6974.51
HexEAB49201726817444b
Octal352264222027461027104113
Binary11101010101101001001001001011110011010001011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB492; }

 p { color: rgb(234,180,146); }

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

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

 a { background-color: rgb(234,180,146); }

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

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

 span { border-color: rgb(234,180,146); }

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