Shades of Cherokee #FECD85
Tints of Cherokee #FECD85
RGB
CMYK
RGB Variations
Color information
#FECD85 (or 0xFECD85) is known color: Cherokee. HEX triplet: FE, CD and 85. RGB value is (254,205,133). Sum of RGB (Red+Green+Blue) = 254+205+133=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD85 is #01327A. Grayscale: #D3D3D3. Windows color (decimal): -78459 or 8769022. OLE color: 8769022.
HSL color Cylindrical-coordinate representation of color #FECD85: hue angle of 35.7º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FECD85 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 133 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.00 |
| HSL | 35.7º | 0.98% | 0.76% | - |
| HSV(B) | 35.7º | 0.48% | 1% | - |
| XYZ | 66.94 | 66.43 | 31.48 | - |
| YUV | 211.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 133 | 0 | 0.19 | 0.48 | 0.00 | 35.7 | 0.98 | 0.76 |
| Hex | FE | CD | 85 | 0 | 13 | 30 | 0 | 24 | 62 | 4C |
| Octal | 376 | 315 | 205 | 0 | 23 | 60 | 0 | 44 | 142 | 114 |
| Binary | 11111110 | 11001101 | 10000101 | 0 | 10011 | 110000 | 0 | 100100 | 1100010 | 1001100 |
Color Harmonies of #FECD85
Complementary color
Monochromatic Colors of #FECD85
Black with #FECD85
Text Example
Text Example
White with #FECD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD85; }
p { color: rgb(254,205,133); }
H1.HeaderClassName
{
color: #FECD85;
}
.AnyTagClassName
{
color: #FECD85;
}
</style>
background-color css
<style>
a { background-color: #FECD85; }
a { background-color: rgb(254,205,133); }
div.DivClassName
{
background-color: #FECD85;
}
.BgClassName
{
background-color: #FECD85;
}
</style>
border-color css
<style>
span { border-color: #FECD85; }
span { border-color: rgb(254,205,133); }
td.TdClassName
{
border-color: #FECD85;
}
.TagClassName
{
border-color: #FECD85;
}
</style>