Shades of Cherokee #FECD8B
Tints of Cherokee #FECD8B
RGB
CMYK
RGB Variations
Color information
#FECD8B (or 0xFECD8B) is known color: Cherokee. HEX triplet: FE, CD and 8B. RGB value is (254,205,139). Sum of RGB (Red+Green+Blue) = 254+205+139=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD8B is #013274. Grayscale: #D4D4D4. Windows color (decimal): -78453 or 9162238. OLE color: 9162238.
HSL color Cylindrical-coordinate representation of color #FECD8B: hue angle of 34.43º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FECD8B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 139 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.00 |
| HSL | 34.43º | 0.98% | 0.77% | - |
| HSV(B) | 34.43º | 0.45% | 1% | - |
| XYZ | 67.36 | 66.6 | 33.73 | - |
| YUV | 212.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 139 | 0 | 0.19 | 0.45 | 0.00 | 34.43 | 0.98 | 0.77 |
| Hex | FE | CD | 8B | 0 | 13 | 2D | 0 | 22 | 62 | 4D |
| Octal | 376 | 315 | 213 | 0 | 23 | 55 | 0 | 42 | 142 | 115 |
| Binary | 11111110 | 11001101 | 10001011 | 0 | 10011 | 101101 | 0 | 100010 | 1100010 | 1001101 |
Color Harmonies of #FECD8B
Complementary color
Monochromatic Colors of #FECD8B
Black with #FECD8B
Text Example
Text Example
White with #FECD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD8B; }
p { color: rgb(254,205,139); }
H1.HeaderClassName
{
color: #FECD8B;
}
.AnyTagClassName
{
color: #FECD8B;
}
</style>
background-color css
<style>
a { background-color: #FECD8B; }
a { background-color: rgb(254,205,139); }
div.DivClassName
{
background-color: #FECD8B;
}
.BgClassName
{
background-color: #FECD8B;
}
</style>
border-color css
<style>
span { border-color: #FECD8B; }
span { border-color: rgb(254,205,139); }
td.TdClassName
{
border-color: #FECD8B;
}
.TagClassName
{
border-color: #FECD8B;
}
</style>