Shades of Romance #EFEDEA
Tints of Romance #EFEDEA
RGB
CMYK
RGB Variations
Color information
#EFEDEA (or 0xEFEDEA) is known color: Romance. HEX triplet: EF, ED and EA. RGB value is (239,237,234). Sum of RGB (Red+Green+Blue) = 239+237+234=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDEA is #101215. Grayscale: #EDEDED. Windows color (decimal): -1053206 or 15396335. OLE color: 15396335.
HSL color Cylindrical-coordinate representation of color #EFEDEA: hue angle of 36º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEDEA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 234 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.06 |
| HSL | 36º | 0.14% | 0.93% | - |
| HSV(B) | 36º | 0.02% | 0.94% | - |
| XYZ | 80.73 | 84.86 | 89.97 | - |
| YUV | 237.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 234 | 0 | 0.01 | 0.02 | 0.06 | 36 | 0.14 | 0.93 |
| Hex | EF | ED | EA | 0 | 1 | 2 | 6 | 24 | E | 5D |
| Octal | 357 | 355 | 352 | 0 | 1 | 2 | 6 | 44 | 16 | 135 |
| Binary | 11101111 | 11101101 | 11101010 | 0 | 1 | 10 | 110 | 100100 | 1110 | 1011101 |
Color Harmonies of #EFEDEA
Complementary color
Monochromatic Colors of #EFEDEA
Black with #EFEDEA
Text Example
Text Example
White with #EFEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDEA; }
p { color: rgb(239,237,234); }
H1.HeaderClassName
{
color: #EFEDEA;
}
.AnyTagClassName
{
color: #EFEDEA;
}
</style>
background-color css
<style>
a { background-color: #EFEDEA; }
a { background-color: rgb(239,237,234); }
div.DivClassName
{
background-color: #EFEDEA;
}
.BgClassName
{
background-color: #EFEDEA;
}
</style>
border-color css
<style>
span { border-color: #EFEDEA; }
span { border-color: rgb(239,237,234); }
td.TdClassName
{
border-color: #EFEDEA;
}
.TagClassName
{
border-color: #EFEDEA;
}
</style>