Shades of Orange White #E6E1CF
Tints of Orange White #E6E1CF
RGB
CMYK
RGB Variations
Color information
#E6E1CF (or 0xE6E1CF) is known color: Orange White. HEX triplet: E6, E1 and CF. RGB value is (230,225,207). Sum of RGB (Red+Green+Blue) = 230+225+207=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1CF is #191E30. Grayscale: #E0E0E0. Windows color (decimal): -1646129 or 13623782. OLE color: 13623782.
HSL color Cylindrical-coordinate representation of color #E6E1CF: hue angle of 46.96º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E1CF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 207 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.10 |
| HSL | 46.96º | 0.32% | 0.86% | - |
| HSV(B) | 46.96º | 0.1% | 0.9% | - |
| XYZ | 70.82 | 75.18 | 69.81 | - |
| YUV | 224.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 207 | 0 | 0.02 | 0.10 | 0.10 | 46.96 | 0.32 | 0.86 |
| Hex | E6 | E1 | CF | 0 | 2 | A | A | 2F | 20 | 56 |
| Octal | 346 | 341 | 317 | 0 | 2 | 12 | 12 | 57 | 40 | 126 |
| Binary | 11100110 | 11100001 | 11001111 | 0 | 10 | 1010 | 1010 | 101111 | 100000 | 1010110 |
Color Harmonies of #E6E1CF
Complementary color
Monochromatic Colors of #E6E1CF
Black with #E6E1CF
Text Example
Text Example
White with #E6E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1CF; }
p { color: rgb(230,225,207); }
H1.HeaderClassName
{
color: #E6E1CF;
}
.AnyTagClassName
{
color: #E6E1CF;
}
</style>
background-color css
<style>
a { background-color: #E6E1CF; }
a { background-color: rgb(230,225,207); }
div.DivClassName
{
background-color: #E6E1CF;
}
.BgClassName
{
background-color: #E6E1CF;
}
</style>
border-color css
<style>
span { border-color: #E6E1CF; }
span { border-color: rgb(230,225,207); }
td.TdClassName
{
border-color: #E6E1CF;
}
.TagClassName
{
border-color: #E6E1CF;
}
</style>