#EFADBE

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

Shades of Cupid #EFADBE

Tints of Cupid #EFADBE

Color information

#EFADBE (or 0xEFADBE) is unknown color: approx Cupid. HEX triplet: EF, AD and BE. RGB value is (239,173,190). Sum of RGB (Red+Green+Blue) = 239+173+190=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADBE is #105241. Grayscale: #C2C2C2. Windows color (decimal): -1069634 or 12496367. OLE color: 12496367.

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

Color convert

RGB239173190-
CMYK00.280.210.06
HSL344.55º67.35%80.78%-
HSV(B)344.55º27.62%93.73%-
XYZ59.8351.9655.59-
YUV194.67125.37159.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=39.70%
G=28.74%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917319000.280.210.06344.5567.3580.78
HexEFADBE01C1561594351
Octal357255276034256531103121
Binary1110111110101101101111100111001010111010101100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADBE; }

 p { color: rgb(239,173,190); }

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

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

 a { background-color: rgb(239,173,190); }

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

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

 span { border-color: rgb(239,173,190); }

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