Shades of Cherokee #FED38B
Tints of Cherokee #FED38B
RGB
CMYK
RGB Variations
Color information
#FED38B (or 0xFED38B) is known color: Cherokee. HEX triplet: FE, D3 and 8B. RGB value is (254,211,139). Sum of RGB (Red+Green+Blue) = 254+211+139=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FED38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED38B is #012C74. Grayscale: #D7D7D7. Windows color (decimal): -76917 or 9163774. OLE color: 9163774.
HSL color Cylindrical-coordinate representation of color #FED38B: hue angle of 37.57º 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 #FED38B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 139 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.00 |
| HSL | 37.57º | 0.98% | 0.77% | - |
| HSV(B) | 37.57º | 0.45% | 1% | - |
| XYZ | 68.83 | 69.52 | 34.22 | - |
| YUV | 215.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 139 | 0 | 0.17 | 0.45 | 0.00 | 37.57 | 0.98 | 0.77 |
| Hex | FE | D3 | 8B | 0 | 11 | 2D | 0 | 26 | 62 | 4D |
| Octal | 376 | 323 | 213 | 0 | 21 | 55 | 0 | 46 | 142 | 115 |
| Binary | 11111110 | 11010011 | 10001011 | 0 | 10001 | 101101 | 0 | 100110 | 1100010 | 1001101 |
Color Harmonies of #FED38B
Complementary color
Monochromatic Colors of #FED38B
Black with #FED38B
Text Example
Text Example
White with #FED38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED38B; }
p { color: rgb(254,211,139); }
H1.HeaderClassName
{
color: #FED38B;
}
.AnyTagClassName
{
color: #FED38B;
}
</style>
background-color css
<style>
a { background-color: #FED38B; }
a { background-color: rgb(254,211,139); }
div.DivClassName
{
background-color: #FED38B;
}
.BgClassName
{
background-color: #FED38B;
}
</style>
border-color css
<style>
span { border-color: #FED38B; }
span { border-color: rgb(254,211,139); }
td.TdClassName
{
border-color: #FED38B;
}
.TagClassName
{
border-color: #FED38B;
}
</style>