Shades of Cherokee #FED388
Tints of Cherokee #FED388
RGB
CMYK
RGB Variations
Color information
#FED388 (or 0xFED388) is known color: Cherokee. HEX triplet: FE, D3 and 88. RGB value is (254,211,136). Sum of RGB (Red+Green+Blue) = 254+211+136=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 136 (53.52% from 255 or 22.63% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FED388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED388 is #012C77. Grayscale: #D7D7D7. Windows color (decimal): -76920 or 8967166. OLE color: 8967166.
HSL color Cylindrical-coordinate representation of color #FED388: hue angle of 38.14º 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 #FED388 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 136 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.00 |
| HSL | 38.14º | 0.98% | 0.76% | - |
| HSV(B) | 38.14º | 0.46% | 1% | - |
| XYZ | 68.61 | 69.44 | 33.08 | - |
| YUV | 215.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 136 | 0 | 0.17 | 0.46 | 0.00 | 38.14 | 0.98 | 0.76 |
| Hex | FE | D3 | 88 | 0 | 11 | 2E | 0 | 26 | 62 | 4C |
| Octal | 376 | 323 | 210 | 0 | 21 | 56 | 0 | 46 | 142 | 114 |
| Binary | 11111110 | 11010011 | 10001000 | 0 | 10001 | 101110 | 0 | 100110 | 1100010 | 1001100 |
Color Harmonies of #FED388
Complementary color
Monochromatic Colors of #FED388
Black with #FED388
Text Example
Text Example
White with #FED388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED388; }
p { color: rgb(254,211,136); }
H1.HeaderClassName
{
color: #FED388;
}
.AnyTagClassName
{
color: #FED388;
}
</style>
background-color css
<style>
a { background-color: #FED388; }
a { background-color: rgb(254,211,136); }
div.DivClassName
{
background-color: #FED388;
}
.BgClassName
{
background-color: #FED388;
}
</style>
border-color css
<style>
span { border-color: #FED388; }
span { border-color: rgb(254,211,136); }
td.TdClassName
{
border-color: #FED388;
}
.TagClassName
{
border-color: #FED388;
}
</style>