Shades of Cherokee #FED389
Tints of Cherokee #FED389
RGB
CMYK
RGB Variations
Color information
#FED389 (or 0xFED389) is known color: Cherokee. HEX triplet: FE, D3 and 89. RGB value is (254,211,137). Sum of RGB (Red+Green+Blue) = 254+211+137=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 137 (53.91% from 255 or 22.76% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED389 is #012C76. Grayscale: #D7D7D7. Windows color (decimal): -76919 or 9032702. OLE color: 9032702.
HSL color Cylindrical-coordinate representation of color #FED389: hue angle of 37.95º 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 #FED389 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 137 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.00 |
| HSL | 37.95º | 0.98% | 0.77% | - |
| HSV(B) | 37.95º | 0.46% | 1% | - |
| XYZ | 68.68 | 69.47 | 33.46 | - |
| YUV | 215.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 137 | 0 | 0.17 | 0.46 | 0.00 | 37.95 | 0.98 | 0.77 |
| Hex | FE | D3 | 89 | 0 | 11 | 2E | 0 | 26 | 62 | 4D |
| Octal | 376 | 323 | 211 | 0 | 21 | 56 | 0 | 46 | 142 | 115 |
| Binary | 11111110 | 11010011 | 10001001 | 0 | 10001 | 101110 | 0 | 100110 | 1100010 | 1001101 |
Color Harmonies of #FED389
Complementary color
Monochromatic Colors of #FED389
Black with #FED389
Text Example
Text Example
White with #FED389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED389; }
p { color: rgb(254,211,137); }
H1.HeaderClassName
{
color: #FED389;
}
.AnyTagClassName
{
color: #FED389;
}
</style>
background-color css
<style>
a { background-color: #FED389; }
a { background-color: rgb(254,211,137); }
div.DivClassName
{
background-color: #FED389;
}
.BgClassName
{
background-color: #FED389;
}
</style>
border-color css
<style>
span { border-color: #FED389; }
span { border-color: rgb(254,211,137); }
td.TdClassName
{
border-color: #FED389;
}
.TagClassName
{
border-color: #FED389;
}
</style>