#EFAE92

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

Shades of Mandys Pink #EFAE92

Tints of Mandys Pink #EFAE92

Color information

#EFAE92 (or 0xEFAE92) is unknown color: approx Mandys Pink. HEX triplet: EF, AE and 92. RGB value is (239,174,146). Sum of RGB (Red+Green+Blue) = 239+174+146=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE92 is #10516D. Grayscale: #BEBEBE. Windows color (decimal): -1069422 or 9613039. OLE color: 9613039.

HSL color Cylindrical-coordinate representation of color #EFAE92: hue angle of 18.06º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFAE92 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239174146-
CMYK00.270.390.06
HSL18.06º74.4%75.49%-
HSV(B)18.06º38.91%93.73%-
XYZ55.9250.734.03-
YUV190.24103.03162.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=42.75%
G=31.13%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917414600.270.390.0618.0674.475.49
HexEFAE9201B276124a4b
Octal35725622203347622112113
Binary1110111110101110100100100110111001111101001010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE92; }

 p { color: rgb(239,174,146); }

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

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

 a { background-color: rgb(239,174,146); }

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

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

 span { border-color: rgb(239,174,146); }

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