#EFAEC3

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

Shades of Cupid #EFAEC3

Tints of Cupid #EFAEC3

Color information

#EFAEC3 (or 0xEFAEC3) is unknown color: approx Cupid. HEX triplet: EF, AE and C3. RGB value is (239,174,195). Sum of RGB (Red+Green+Blue) = 239+174+195=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC3 is #10513C. Grayscale: #C3C3C3. Windows color (decimal): -1069373 or 12824303. OLE color: 12824303.

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

Color convert

RGB239174195-
CMYK00.270.180.06
HSL340.62º67.01%80.98%-
HSV(B)340.62º27.2%93.73%-
XYZ60.5852.5658.58-
YUV195.83127.53158.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=39.31%
G=28.62%
B=32.07%

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
Decimal23917419500.270.180.06340.6267.0180.98
HexEFAEC301B1261554351
Octal357256303033226525103121
Binary1110111110101110110000110110111001011010101010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEC3; }

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

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

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

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

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

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

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

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