Shades of Cupid #EFAEBD
Tints of Cupid #EFAEBD
RGB
CMYK
RGB Variations
Color information
#EFAEBD (or 0xEFAEBD) is known color: Cupid. HEX triplet: EF, AE and BD. RGB value is (239,174,189). Sum of RGB (Red+Green+Blue) = 239+174+189=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEBD is #105142. Grayscale: #C3C3C3. Windows color (decimal): -1069379 or 12431087. OLE color: 12431087.
HSL color Cylindrical-coordinate representation of color #EFAEBD: hue angle of 346.15º 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 #EFAEBD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 189 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.06 |
| HSL | 346.15º | 0.67% | 0.81% | - |
| HSV(B) | 346.15º | 0.27% | 0.94% | - |
| XYZ | 59.92 | 52.3 | 55.08 | - |
| YUV | 195.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 189 | 0 | 0.27 | 0.21 | 0.06 | 346.15 | 0.67 | 0.81 |
| Hex | EF | AE | BD | 0 | 1B | 15 | 6 | 15A | 43 | 51 |
| Octal | 357 | 256 | 275 | 0 | 33 | 25 | 6 | 532 | 103 | 121 |
| Binary | 11101111 | 10101110 | 10111101 | 0 | 11011 | 10101 | 110 | 101011010 | 1000011 | 1010001 |
Color Harmonies of #EFAEBD
Complementary color
Monochromatic Colors of #EFAEBD
Black with #EFAEBD
Text Example
Text Example
White with #EFAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEBD; }
p { color: rgb(239,174,189); }
H1.HeaderClassName
{
color: #EFAEBD;
}
.AnyTagClassName
{
color: #EFAEBD;
}
</style>
background-color css
<style>
a { background-color: #EFAEBD; }
a { background-color: rgb(239,174,189); }
div.DivClassName
{
background-color: #EFAEBD;
}
.BgClassName
{
background-color: #EFAEBD;
}
</style>
border-color css
<style>
span { border-color: #EFAEBD; }
span { border-color: rgb(239,174,189); }
td.TdClassName
{
border-color: #EFAEBD;
}
.TagClassName
{
border-color: #EFAEBD;
}
</style>