Shades of Cherokee #FECD86
Tints of Cherokee #FECD86
RGB
CMYK
RGB Variations
Color information
#FECD86 (or 0xFECD86) is known color: Cherokee. HEX triplet: FE, CD and 86. RGB value is (254,205,134). Sum of RGB (Red+Green+Blue) = 254+205+134=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD86 is #013279. Grayscale: #D3D3D3. Windows color (decimal): -78458 or 8834558. OLE color: 8834558.
HSL color Cylindrical-coordinate representation of color #FECD86: hue angle of 35.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FECD86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 134 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.00 |
| HSL | 35.5º | 0.98% | 0.76% | - |
| HSV(B) | 35.5º | 0.47% | 1% | - |
| XYZ | 67.01 | 66.45 | 31.85 | - |
| YUV | 211.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 134 | 0 | 0.19 | 0.47 | 0.00 | 35.5 | 0.98 | 0.76 |
| Hex | FE | CD | 86 | 0 | 13 | 2F | 0 | 24 | 62 | 4C |
| Octal | 376 | 315 | 206 | 0 | 23 | 57 | 0 | 44 | 142 | 114 |
| Binary | 11111110 | 11001101 | 10000110 | 0 | 10011 | 101111 | 0 | 100100 | 1100010 | 1001100 |
Color Harmonies of #FECD86
Complementary color
Monochromatic Colors of #FECD86
Black with #FECD86
Text Example
Text Example
White with #FECD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD86; }
p { color: rgb(254,205,134); }
H1.HeaderClassName
{
color: #FECD86;
}
.AnyTagClassName
{
color: #FECD86;
}
</style>
background-color css
<style>
a { background-color: #FECD86; }
a { background-color: rgb(254,205,134); }
div.DivClassName
{
background-color: #FECD86;
}
.BgClassName
{
background-color: #FECD86;
}
</style>
border-color css
<style>
span { border-color: #FECD86; }
span { border-color: rgb(254,205,134); }
td.TdClassName
{
border-color: #FECD86;
}
.TagClassName
{
border-color: #FECD86;
}
</style>