#EFAF91

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

Shades of Mandys Pink #EFAF91

Tints of Mandys Pink #EFAF91

Color information

#EFAF91 (or 0xEFAF91) is unknown color: approx Mandys Pink. HEX triplet: EF, AF and 91. RGB value is (239,175,145). Sum of RGB (Red+Green+Blue) = 239+175+145=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF91 is #10506E. Grayscale: #BEBEBE. Windows color (decimal): -1069167 or 9547759. OLE color: 9547759.

HSL color Cylindrical-coordinate representation of color #EFAF91: hue angle of 19.15º degrees, saturation: 0.75, 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 #EFAF91 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239175145-
CMYK00.270.390.06
HSL19.15º74.6%75.29%-
HSV(B)19.15º39.33%93.73%-
XYZ56.0451.0633.69-
YUV190.72102.2162.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=42.75%
G=31.31%
B=25.94%

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
Decimal23917514500.270.390.0619.1574.675.29
HexEFAF9101B276134b4b
Octal35725722103347623113113
Binary1110111110101111100100010110111001111101001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF91; }

 p { color: rgb(239,175,145); }

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

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

 a { background-color: rgb(239,175,145); }

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

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

 span { border-color: rgb(239,175,145); }

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