Shades of Romance #EFECE6
Tints of Romance #EFECE6
RGB
CMYK
RGB Variations
Color information
#EFECE6 (or 0xEFECE6) is known color: Romance. HEX triplet: EF, EC and E6. RGB value is (239,236,230). Sum of RGB (Red+Green+Blue) = 239+236+230=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECE6 is #101319. Grayscale: #ECECEC. Windows color (decimal): -1053466 or 15133935. OLE color: 15133935.
HSL color Cylindrical-coordinate representation of color #EFECE6: hue angle of 40º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFECE6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 230 | - |
CMYK | 0 | 0.01 | 0.04 | 0.06 |
HSL | 40º | 0.22% | 0.92% | - |
HSV(B) | 40º | 0.04% | 0.94% | - |
XYZ | 79.87 | 84.05 | 86.88 | - |
YUV | 236.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 230 | 0 | 0.01 | 0.04 | 0.06 | 40 | 0.22 | 0.92 |
Hex | EF | EC | E6 | 0 | 1 | 4 | 6 | 28 | 16 | 5C |
Octal | 357 | 354 | 346 | 0 | 1 | 4 | 6 | 50 | 26 | 134 |
Binary | 11101111 | 11101100 | 11100110 | 0 | 1 | 100 | 110 | 101000 | 10110 | 1011100 |
Color Harmonies of #EFECE6
Complementary color
Monochromatic Colors of #EFECE6
Black with #EFECE6
Text Example
Text Example
White with #EFECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECE6; }
p { color: rgb(239,236,230); }
H1.HeaderClassName
{
color: #EFECE6;
}
.AnyTagClassName
{
color: #EFECE6;
}
</style>
background-color css
<style>
a { background-color: #EFECE6; }
a { background-color: rgb(239,236,230); }
div.DivClassName
{
background-color: #EFECE6;
}
.BgClassName
{
background-color: #EFECE6;
}
</style>
border-color css
<style>
span { border-color: #EFECE6; }
span { border-color: rgb(239,236,230); }
td.TdClassName
{
border-color: #EFECE6;
}
.TagClassName
{
border-color: #EFECE6;
}
</style>