#EFAEBF

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

Shades of Cupid #EFAEBF

Tints of Cupid #EFAEBF

Color information

#EFAEBF (or 0xEFAEBF) is unknown color: approx Cupid. HEX triplet: EF, AE and BF. RGB value is (239,174,191). Sum of RGB (Red+Green+Blue) = 239+174+191=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEBF is #105140. Grayscale: #C3C3C3. Windows color (decimal): -1069377 or 12562159. OLE color: 12562159.

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

Color convert

RGB239174191-
CMYK00.270.200.06
HSL344.31º67.01%80.98%-
HSV(B)344.31º27.2%93.73%-
XYZ60.1452.3856.23-
YUV195.37125.53159.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 191 (75% from 255) = 31.62%
R=39.57%
G=28.81%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917419100.270.200.06344.3167.0180.98
HexEFAEBF01B1461584351
Octal357256277033246530103121
Binary1110111110101110101111110110111010011010101100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEBF; }

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

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

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

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

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

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

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

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