#EFAEBC

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

Shades of Cupid #EFAEBC

Tints of Cupid #EFAEBC

Color information

#EFAEBC (or 0xEFAEBC) is unknown color: approx Cupid. HEX triplet: EF, AE and BC. RGB value is (239,174,188). Sum of RGB (Red+Green+Blue) = 239+174+188=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEBC is #105143. Grayscale: #C3C3C3. Windows color (decimal): -1069380 or 12365551. OLE color: 12365551.

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

Color convert

RGB239174188-
CMYK00.270.210.06
HSL347.08º67.01%80.98%-
HSV(B)347.08º27.2%93.73%-
XYZ59.8152.2554.51-
YUV195.03124.03159.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=39.77%
G=28.95%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917418800.270.210.06347.0867.0180.98
HexEFAEBC01B15615b4351
Octal357256274033256533103121
Binary1110111110101110101111000110111010111010101101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEBC; }

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

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

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

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

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

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

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

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