Shades of Cherokee #FED18B
Tints of Cherokee #FED18B
RGB
CMYK
RGB Variations
Color information
#FED18B (or 0xFED18B) is known color: Cherokee. HEX triplet: FE, D1 and 8B. RGB value is (254,209,139). Sum of RGB (Red+Green+Blue) = 254+209+139=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18B is #012E74. Grayscale: #D6D6D6. Windows color (decimal): -77429 or 9163262. OLE color: 9163262.
HSL color Cylindrical-coordinate representation of color #FED18B: hue angle of 36.52º 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 #FED18B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 139 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.00 |
| HSL | 36.52º | 0.98% | 0.77% | - |
| HSV(B) | 36.52º | 0.45% | 1% | - |
| XYZ | 68.33 | 68.54 | 34.05 | - |
| YUV | 214.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 139 | 0 | 0.18 | 0.45 | 0.00 | 36.52 | 0.98 | 0.77 |
| Hex | FE | D1 | 8B | 0 | 12 | 2D | 0 | 25 | 62 | 4D |
| Octal | 376 | 321 | 213 | 0 | 22 | 55 | 0 | 45 | 142 | 115 |
| Binary | 11111110 | 11010001 | 10001011 | 0 | 10010 | 101101 | 0 | 100101 | 1100010 | 1001101 |
Color Harmonies of #FED18B
Complementary color
Monochromatic Colors of #FED18B
Black with #FED18B
Text Example
Text Example
White with #FED18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED18B; }
p { color: rgb(254,209,139); }
H1.HeaderClassName
{
color: #FED18B;
}
.AnyTagClassName
{
color: #FED18B;
}
</style>
background-color css
<style>
a { background-color: #FED18B; }
a { background-color: rgb(254,209,139); }
div.DivClassName
{
background-color: #FED18B;
}
.BgClassName
{
background-color: #FED18B;
}
</style>
border-color css
<style>
span { border-color: #FED18B; }
span { border-color: rgb(254,209,139); }
td.TdClassName
{
border-color: #FED18B;
}
.TagClassName
{
border-color: #FED18B;
}
</style>