#EFAEC5

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

Shades of Cupid #EFAEC5

Tints of Cupid #EFAEC5

Color information

#EFAEC5 (or 0xEFAEC5) is unknown color: approx Cupid. HEX triplet: EF, AE and C5. RGB value is (239,174,197). Sum of RGB (Red+Green+Blue) = 239+174+197=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC5 is #10513A. Grayscale: #C4C4C4. Windows color (decimal): -1069371 or 12955375. OLE color: 12955375.

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

Color convert

RGB239174197-
CMYK00.270.180.06
HSL338.77º67.01%80.98%-
HSV(B)338.77º27.2%93.73%-
XYZ60.8152.6559.78-
YUV196.06128.53158.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=39.18%
G=28.52%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917419700.270.180.06338.7767.0180.98
HexEFAEC501B1261534351
Octal357256305033226523103121
Binary1110111110101110110001010110111001011010101001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEC5; }

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

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

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

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

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

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

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

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