Shades of Cherokee #FED48B
Tints of Cherokee #FED48B
RGB
CMYK
RGB Variations
Color information
#FED48B (or 0xFED48B) is known color: Cherokee. HEX triplet: FE, D4 and 8B. RGB value is (254,212,139). Sum of RGB (Red+Green+Blue) = 254+212+139=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED48B is #012B74. Grayscale: #D8D8D8. Windows color (decimal): -76661 or 9164030. OLE color: 9164030.
HSL color Cylindrical-coordinate representation of color #FED48B: hue angle of 38.09º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FED48B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 139 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.00 |
| HSL | 38.09º | 0.98% | 0.77% | - |
| HSV(B) | 38.09º | 0.45% | 1% | - |
| XYZ | 69.08 | 70.02 | 34.3 | - |
| YUV | 216.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 139 | 0 | 0.17 | 0.45 | 0.00 | 38.09 | 0.98 | 0.77 |
| Hex | FE | D4 | 8B | 0 | 11 | 2D | 0 | 26 | 62 | 4D |
| Octal | 376 | 324 | 213 | 0 | 21 | 55 | 0 | 46 | 142 | 115 |
| Binary | 11111110 | 11010100 | 10001011 | 0 | 10001 | 101101 | 0 | 100110 | 1100010 | 1001101 |
Color Harmonies of #FED48B
Complementary color
Monochromatic Colors of #FED48B
Black with #FED48B
Text Example
Text Example
White with #FED48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED48B; }
p { color: rgb(254,212,139); }
H1.HeaderClassName
{
color: #FED48B;
}
.AnyTagClassName
{
color: #FED48B;
}
</style>
background-color css
<style>
a { background-color: #FED48B; }
a { background-color: rgb(254,212,139); }
div.DivClassName
{
background-color: #FED48B;
}
.BgClassName
{
background-color: #FED48B;
}
</style>
border-color css
<style>
span { border-color: #FED48B; }
span { border-color: rgb(254,212,139); }
td.TdClassName
{
border-color: #FED48B;
}
.TagClassName
{
border-color: #FED48B;
}
</style>