Shades of Rose White #EFECEB
Tints of Rose White #EFECEB
RGB
CMYK
RGB Variations
Color information
#EFECEB (or 0xEFECEB) is known color: Rose White. HEX triplet: EF, EC and EB. RGB value is (239,236,235). Sum of RGB (Red+Green+Blue) = 239+236+235=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECEB is #101314. Grayscale: #ECECEC. Windows color (decimal): -1053461 or 15461615. OLE color: 15461615.
HSL color Cylindrical-coordinate representation of color #EFECEB: hue angle of 15º degrees, saturation: 0.11, 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 #EFECEB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 235 | - |
CMYK | 0 | 0.01 | 0.02 | 0.06 |
HSL | 15º | 0.11% | 0.93% | - |
HSV(B) | 15º | 0.02% | 0.94% | - |
XYZ | 80.59 | 84.34 | 90.63 | - |
YUV | 236.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 235 | 0 | 0.01 | 0.02 | 0.06 | 15 | 0.11 | 0.93 |
Hex | EF | EC | EB | 0 | 1 | 2 | 6 | F | B | 5D |
Octal | 357 | 354 | 353 | 0 | 1 | 2 | 6 | 17 | 13 | 135 |
Binary | 11101111 | 11101100 | 11101011 | 0 | 1 | 10 | 110 | 1111 | 1011 | 1011101 |
Color Harmonies of #EFECEB
Complementary color
Monochromatic Colors of #EFECEB
Black with #EFECEB
Text Example
Text Example
White with #EFECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECEB; }
p { color: rgb(239,236,235); }
H1.HeaderClassName
{
color: #EFECEB;
}
.AnyTagClassName
{
color: #EFECEB;
}
</style>
background-color css
<style>
a { background-color: #EFECEB; }
a { background-color: rgb(239,236,235); }
div.DivClassName
{
background-color: #EFECEB;
}
.BgClassName
{
background-color: #EFECEB;
}
</style>
border-color css
<style>
span { border-color: #EFECEB; }
span { border-color: rgb(239,236,235); }
td.TdClassName
{
border-color: #EFECEB;
}
.TagClassName
{
border-color: #EFECEB;
}
</style>