Shades of Romance #EFECE5
Tints of Romance #EFECE5
RGB
CMYK
RGB Variations
Color information
#EFECE5 (or 0xEFECE5) is known color: Romance. HEX triplet: EF, EC and E5. RGB value is (239,236,229). Sum of RGB (Red+Green+Blue) = 239+236+229=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECE5 is #10131A. Grayscale: #ECECEC. Windows color (decimal): -1053467 or 15068399. OLE color: 15068399.
HSL color Cylindrical-coordinate representation of color #EFECE5: hue angle of 42º degrees, saturation: 0.24, 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 #EFECE5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 229 | - |
CMYK | 0 | 0.01 | 0.04 | 0.06 |
HSL | 42º | 0.24% | 0.92% | - |
HSV(B) | 42º | 0.04% | 0.94% | - |
XYZ | 79.73 | 84 | 86.14 | - |
YUV | 236.1 | 123.99 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 229 | 0 | 0.01 | 0.04 | 0.06 | 42 | 0.24 | 0.92 |
Hex | EF | EC | E5 | 0 | 1 | 4 | 6 | 2A | 18 | 5C |
Octal | 357 | 354 | 345 | 0 | 1 | 4 | 6 | 52 | 30 | 134 |
Binary | 11101111 | 11101100 | 11100101 | 0 | 1 | 100 | 110 | 101010 | 11000 | 1011100 |
Color Harmonies of #EFECE5
Complementary color
Monochromatic Colors of #EFECE5
Black with #EFECE5
Text Example
Text Example
White with #EFECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECE5; }
p { color: rgb(239,236,229); }
H1.HeaderClassName
{
color: #EFECE5;
}
.AnyTagClassName
{
color: #EFECE5;
}
</style>
background-color css
<style>
a { background-color: #EFECE5; }
a { background-color: rgb(239,236,229); }
div.DivClassName
{
background-color: #EFECE5;
}
.BgClassName
{
background-color: #EFECE5;
}
</style>
border-color css
<style>
span { border-color: #EFECE5; }
span { border-color: rgb(239,236,229); }
td.TdClassName
{
border-color: #EFECE5;
}
.TagClassName
{
border-color: #EFECE5;
}
</style>