Shades of Romance #EDECEA
Tints of Romance #EDECEA
RGB
CMYK
RGB Variations
Color information
#EDECEA (or 0xEDECEA) is known color: Romance. HEX triplet: ED, EC and EA. RGB value is (237,236,234). Sum of RGB (Red+Green+Blue) = 237+236+234=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECEA is #121315. Grayscale: #ECECEC. Windows color (decimal): -1184534 or 15396077. OLE color: 15396077.
HSL color Cylindrical-coordinate representation of color #EDECEA: hue angle of 40º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDECEA is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 234 | - |
CMYK | 0 | 0.00 | 0.01 | 0.07 |
HSL | 40º | 0.08% | 0.92% | - |
HSV(B) | 40º | 0.01% | 0.93% | - |
XYZ | 79.77 | 83.94 | 89.84 | - |
YUV | 236.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 234 | 0 | 0.00 | 0.01 | 0.07 | 40 | 0.08 | 0.92 |
Hex | ED | EC | EA | 0 | 0 | 1 | 7 | 28 | 8 | 5C |
Octal | 355 | 354 | 352 | 0 | 0 | 1 | 7 | 50 | 10 | 134 |
Binary | 11101101 | 11101100 | 11101010 | 0 | 0 | 1 | 111 | 101000 | 1000 | 1011100 |
Color Harmonies of #EDECEA
Complementary color
Monochromatic Colors of #EDECEA
Black with #EDECEA
Text Example
Text Example
White with #EDECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECEA; }
p { color: rgb(237,236,234); }
H1.HeaderClassName
{
color: #EDECEA;
}
.AnyTagClassName
{
color: #EDECEA;
}
</style>
background-color css
<style>
a { background-color: #EDECEA; }
a { background-color: rgb(237,236,234); }
div.DivClassName
{
background-color: #EDECEA;
}
.BgClassName
{
background-color: #EDECEA;
}
</style>
border-color css
<style>
span { border-color: #EDECEA; }
span { border-color: rgb(237,236,234); }
td.TdClassName
{
border-color: #EDECEA;
}
.TagClassName
{
border-color: #EDECEA;
}
</style>