Shades of Cherokee #FECD8A
Tints of Cherokee #FECD8A
RGB
CMYK
RGB Variations
Color information
#FECD8A (or 0xFECD8A) is known color: Cherokee. HEX triplet: FE, CD and 8A. RGB value is (254,205,138). Sum of RGB (Red+Green+Blue) = 254+205+138=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD8A is #013275. Grayscale: #D4D4D4. Windows color (decimal): -78454 or 9096702. OLE color: 9096702.
HSL color Cylindrical-coordinate representation of color #FECD8A: hue angle of 34.66º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FECD8A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 138 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.00 |
| HSL | 34.66º | 0.98% | 0.77% | - |
| HSV(B) | 34.66º | 0.46% | 1% | - |
| XYZ | 67.29 | 66.57 | 33.35 | - |
| YUV | 212.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 138 | 0 | 0.19 | 0.46 | 0.00 | 34.66 | 0.98 | 0.77 |
| Hex | FE | CD | 8A | 0 | 13 | 2E | 0 | 23 | 62 | 4D |
| Octal | 376 | 315 | 212 | 0 | 23 | 56 | 0 | 43 | 142 | 115 |
| Binary | 11111110 | 11001101 | 10001010 | 0 | 10011 | 101110 | 0 | 100011 | 1100010 | 1001101 |
Color Harmonies of #FECD8A
Complementary color
Monochromatic Colors of #FECD8A
Black with #FECD8A
Text Example
Text Example
White with #FECD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD8A; }
p { color: rgb(254,205,138); }
H1.HeaderClassName
{
color: #FECD8A;
}
.AnyTagClassName
{
color: #FECD8A;
}
</style>
background-color css
<style>
a { background-color: #FECD8A; }
a { background-color: rgb(254,205,138); }
div.DivClassName
{
background-color: #FECD8A;
}
.BgClassName
{
background-color: #FECD8A;
}
</style>
border-color css
<style>
span { border-color: #FECD8A; }
span { border-color: rgb(254,205,138); }
td.TdClassName
{
border-color: #FECD8A;
}
.TagClassName
{
border-color: #FECD8A;
}
</style>