Shades of Cherokee #FFCE86
Tints of Cherokee #FFCE86
RGB
CMYK
RGB Variations
Color information
#FFCE86 (or 0xFFCE86) is known color: Cherokee. HEX triplet: FF, CE and 86. RGB value is (255,206,134). Sum of RGB (Red+Green+Blue) = 255+206+134=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE86 is #003179. Grayscale: #D4D4D4. Windows color (decimal): -12666 or 8834815. OLE color: 8834815.
HSL color Cylindrical-coordinate representation of color #FFCE86: hue angle of 35.7º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFCE86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 134 | - |
| CMYK | 0 | 0.19 | 0.47 | 0 |
| HSL | 35.7º | 1% | 0.76% | - |
| HSV(B) | 35.7º | 0.47% | 1% | - |
| XYZ | 67.61 | 67.12 | 31.95 | - |
| YUV | 212.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 134 | 0 | 0.19 | 0.47 | 0 | 35.7 | 1 | 0.76 |
| Hex | FF | CE | 86 | 0 | 13 | 2F | 0 | 24 | 64 | 4C |
| Octal | 377 | 316 | 206 | 0 | 23 | 57 | 0 | 44 | 144 | 114 |
| Binary | 11111111 | 11001110 | 10000110 | 0 | 10011 | 101111 | 0 | 100100 | 1100100 | 1001100 |
Color Harmonies of #FFCE86
Complementary color
Monochromatic Colors of #FFCE86
Black with #FFCE86
Text Example
Text Example
White with #FFCE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE86; }
p { color: rgb(255,206,134); }
H1.HeaderClassName
{
color: #FFCE86;
}
.AnyTagClassName
{
color: #FFCE86;
}
</style>
background-color css
<style>
a { background-color: #FFCE86; }
a { background-color: rgb(255,206,134); }
div.DivClassName
{
background-color: #FFCE86;
}
.BgClassName
{
background-color: #FFCE86;
}
</style>
border-color css
<style>
span { border-color: #FFCE86; }
span { border-color: rgb(255,206,134); }
td.TdClassName
{
border-color: #FFCE86;
}
.TagClassName
{
border-color: #FFCE86;
}
</style>