Shades of Cherokee #FED58A
Tints of Cherokee #FED58A
RGB
CMYK
RGB Variations
Color information
#FED58A (or 0xFED58A) is known color: Cherokee. HEX triplet: FE, D5 and 8A. RGB value is (254,213,138). Sum of RGB (Red+Green+Blue) = 254+213+138=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED58A is #012A75. Grayscale: #D9D9D9. Windows color (decimal): -76406 or 9098750. OLE color: 9098750.
HSL color Cylindrical-coordinate representation of color #FED58A: hue angle of 38.79º 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 #FED58A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 138 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.00 |
| HSL | 38.79º | 0.98% | 0.77% | - |
| HSV(B) | 38.79º | 0.46% | 1% | - |
| XYZ | 69.25 | 70.49 | 34 | - |
| YUV | 216.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 138 | 0 | 0.16 | 0.46 | 0.00 | 38.79 | 0.98 | 0.77 |
| Hex | FE | D5 | 8A | 0 | 10 | 2E | 0 | 27 | 62 | 4D |
| Octal | 376 | 325 | 212 | 0 | 20 | 56 | 0 | 47 | 142 | 115 |
| Binary | 11111110 | 11010101 | 10001010 | 0 | 10000 | 101110 | 0 | 100111 | 1100010 | 1001101 |
Color Harmonies of #FED58A
Complementary color
Monochromatic Colors of #FED58A
Black with #FED58A
Text Example
Text Example
White with #FED58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED58A; }
p { color: rgb(254,213,138); }
H1.HeaderClassName
{
color: #FED58A;
}
.AnyTagClassName
{
color: #FED58A;
}
</style>
background-color css
<style>
a { background-color: #FED58A; }
a { background-color: rgb(254,213,138); }
div.DivClassName
{
background-color: #FED58A;
}
.BgClassName
{
background-color: #FED58A;
}
</style>
border-color css
<style>
span { border-color: #FED58A; }
span { border-color: rgb(254,213,138); }
td.TdClassName
{
border-color: #FED58A;
}
.TagClassName
{
border-color: #FED58A;
}
</style>