Shades of Cherokee #FED08C
Tints of Cherokee #FED08C
RGB
CMYK
RGB Variations
Color information
#FED08C (or 0xFED08C) is known color: Cherokee. HEX triplet: FE, D0 and 8C. RGB value is (254,208,140). Sum of RGB (Red+Green+Blue) = 254+208+140=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED08C is #012F73. Grayscale: #D6D6D6. Windows color (decimal): -77684 or 9228542. OLE color: 9228542.
HSL color Cylindrical-coordinate representation of color #FED08C: hue angle of 35.79º 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 #FED08C is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 140 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.00 |
| HSL | 35.79º | 0.98% | 0.77% | - |
| HSV(B) | 35.79º | 0.45% | 1% | - |
| XYZ | 68.16 | 68.08 | 34.36 | - |
| YUV | 214 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 140 | 0 | 0.18 | 0.45 | 0.00 | 35.79 | 0.98 | 0.77 |
| Hex | FE | D0 | 8C | 0 | 12 | 2D | 0 | 24 | 62 | 4D |
| Octal | 376 | 320 | 214 | 0 | 22 | 55 | 0 | 44 | 142 | 115 |
| Binary | 11111110 | 11010000 | 10001100 | 0 | 10010 | 101101 | 0 | 100100 | 1100010 | 1001101 |
Color Harmonies of #FED08C
Complementary color
Monochromatic Colors of #FED08C
Black with #FED08C
Text Example
Text Example
White with #FED08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED08C; }
p { color: rgb(254,208,140); }
H1.HeaderClassName
{
color: #FED08C;
}
.AnyTagClassName
{
color: #FED08C;
}
</style>
background-color css
<style>
a { background-color: #FED08C; }
a { background-color: rgb(254,208,140); }
div.DivClassName
{
background-color: #FED08C;
}
.BgClassName
{
background-color: #FED08C;
}
</style>
border-color css
<style>
span { border-color: #FED08C; }
span { border-color: rgb(254,208,140); }
td.TdClassName
{
border-color: #FED08C;
}
.TagClassName
{
border-color: #FED08C;
}
</style>