Shades of Narvik #EBE8E0
Tints of Narvik #EBE8E0
RGB
CMYK
RGB Variations
Color information
#EBE8E0 (or 0xEBE8E0) is known color: Narvik. HEX triplet: EB, E8 and E0. RGB value is (235,232,224). Sum of RGB (Red+Green+Blue) = 235+232+224=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8E0 is #14171F. Grayscale: #E8E8E8. Windows color (decimal): -1316640 or 14739691. OLE color: 14739691.
HSL color Cylindrical-coordinate representation of color #EBE8E0: hue angle of 43.64º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE8E0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 224 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.08 |
| HSL | 43.64º | 0.22% | 0.9% | - |
| HSV(B) | 43.64º | 0.05% | 0.92% | - |
| XYZ | 76.57 | 80.76 | 82.07 | - |
| YUV | 231.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 224 | 0 | 0.01 | 0.05 | 0.08 | 43.64 | 0.22 | 0.9 |
| Hex | EB | E8 | E0 | 0 | 1 | 5 | 8 | 2C | 16 | 5A |
| Octal | 353 | 350 | 340 | 0 | 1 | 5 | 10 | 54 | 26 | 132 |
| Binary | 11101011 | 11101000 | 11100000 | 0 | 1 | 101 | 1000 | 101100 | 10110 | 1011010 |
Color Harmonies of #EBE8E0
Complementary color
Monochromatic Colors of #EBE8E0
Black with #EBE8E0
Text Example
Text Example
White with #EBE8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8E0; }
p { color: rgb(235,232,224); }
H1.HeaderClassName
{
color: #EBE8E0;
}
.AnyTagClassName
{
color: #EBE8E0;
}
</style>
background-color css
<style>
a { background-color: #EBE8E0; }
a { background-color: rgb(235,232,224); }
div.DivClassName
{
background-color: #EBE8E0;
}
.BgClassName
{
background-color: #EBE8E0;
}
</style>
border-color css
<style>
span { border-color: #EBE8E0; }
span { border-color: rgb(235,232,224); }
td.TdClassName
{
border-color: #EBE8E0;
}
.TagClassName
{
border-color: #EBE8E0;
}
</style>