Shades of Cherokee #FECD83
Tints of Cherokee #FECD83
RGB
CMYK
RGB Variations
Color information
#FECD83 (or 0xFECD83) is known color: Cherokee. HEX triplet: FE, CD and 83. RGB value is (254,205,131). Sum of RGB (Red+Green+Blue) = 254+205+131=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD83 is #01327C. Grayscale: #D3D3D3. Windows color (decimal): -78461 or 8637950. OLE color: 8637950.
HSL color Cylindrical-coordinate representation of color #FECD83: hue angle of 36.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FECD83 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 131 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.00 |
| HSL | 36.1º | 0.98% | 0.75% | - |
| HSV(B) | 36.1º | 0.48% | 1% | - |
| XYZ | 66.8 | 66.37 | 30.76 | - |
| YUV | 211.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 131 | 0 | 0.19 | 0.48 | 0.00 | 36.1 | 0.98 | 0.75 |
| Hex | FE | CD | 83 | 0 | 13 | 30 | 0 | 24 | 62 | 4B |
| Octal | 376 | 315 | 203 | 0 | 23 | 60 | 0 | 44 | 142 | 113 |
| Binary | 11111110 | 11001101 | 10000011 | 0 | 10011 | 110000 | 0 | 100100 | 1100010 | 1001011 |
Color Harmonies of #FECD83
Complementary color
Monochromatic Colors of #FECD83
Black with #FECD83
Text Example
Text Example
White with #FECD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD83; }
p { color: rgb(254,205,131); }
H1.HeaderClassName
{
color: #FECD83;
}
.AnyTagClassName
{
color: #FECD83;
}
</style>
background-color css
<style>
a { background-color: #FECD83; }
a { background-color: rgb(254,205,131); }
div.DivClassName
{
background-color: #FECD83;
}
.BgClassName
{
background-color: #FECD83;
}
</style>
border-color css
<style>
span { border-color: #FECD83; }
span { border-color: rgb(254,205,131); }
td.TdClassName
{
border-color: #FECD83;
}
.TagClassName
{
border-color: #FECD83;
}
</style>