Shades of Cherokee #FECD88
Tints of Cherokee #FECD88
RGB
CMYK
RGB Variations
Color information
#FECD88 (or 0xFECD88) is known color: Cherokee. HEX triplet: FE, CD and 88. RGB value is (254,205,136). Sum of RGB (Red+Green+Blue) = 254+205+136=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD88 is #013277. Grayscale: #D4D4D4. Windows color (decimal): -78456 or 8965630. OLE color: 8965630.
HSL color Cylindrical-coordinate representation of color #FECD88: hue angle of 35.08º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FECD88 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 136 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.00 |
| HSL | 35.08º | 0.98% | 0.76% | - |
| HSV(B) | 35.08º | 0.46% | 1% | - |
| XYZ | 67.15 | 66.51 | 32.59 | - |
| YUV | 211.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 136 | 0 | 0.19 | 0.46 | 0.00 | 35.08 | 0.98 | 0.76 |
| Hex | FE | CD | 88 | 0 | 13 | 2E | 0 | 23 | 62 | 4C |
| Octal | 376 | 315 | 210 | 0 | 23 | 56 | 0 | 43 | 142 | 114 |
| Binary | 11111110 | 11001101 | 10001000 | 0 | 10011 | 101110 | 0 | 100011 | 1100010 | 1001100 |
Color Harmonies of #FECD88
Complementary color
Monochromatic Colors of #FECD88
Black with #FECD88
Text Example
Text Example
White with #FECD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD88; }
p { color: rgb(254,205,136); }
H1.HeaderClassName
{
color: #FECD88;
}
.AnyTagClassName
{
color: #FECD88;
}
</style>
background-color css
<style>
a { background-color: #FECD88; }
a { background-color: rgb(254,205,136); }
div.DivClassName
{
background-color: #FECD88;
}
.BgClassName
{
background-color: #FECD88;
}
</style>
border-color css
<style>
span { border-color: #FECD88; }
span { border-color: rgb(254,205,136); }
td.TdClassName
{
border-color: #FECD88;
}
.TagClassName
{
border-color: #FECD88;
}
</style>