Shades of Caramel #FED38E
Tints of Caramel #FED38E
RGB
CMYK
RGB Variations
Color information
#FED38E (or 0xFED38E) is known color: Caramel. HEX triplet: FE, D3 and 8E. RGB value is (254,211,142). Sum of RGB (Red+Green+Blue) = 254+211+142=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FED38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED38E is #012C71. Grayscale: #D8D8D8. Windows color (decimal): -76914 or 9360382. OLE color: 9360382.
HSL color Cylindrical-coordinate representation of color #FED38E: hue angle of 36.96º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FED38E is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 142 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.00 |
| HSL | 36.96º | 0.98% | 0.78% | - |
| HSV(B) | 36.96º | 0.44% | 1% | - |
| XYZ | 69.05 | 69.61 | 35.39 | - |
| YUV | 215.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 142 | 0 | 0.17 | 0.44 | 0.00 | 36.96 | 0.98 | 0.78 |
| Hex | FE | D3 | 8E | 0 | 11 | 2C | 0 | 25 | 62 | 4E |
| Octal | 376 | 323 | 216 | 0 | 21 | 54 | 0 | 45 | 142 | 116 |
| Binary | 11111110 | 11010011 | 10001110 | 0 | 10001 | 101100 | 0 | 100101 | 1100010 | 1001110 |
Color Harmonies of #FED38E
Complementary color
Monochromatic Colors of #FED38E
Black with #FED38E
Text Example
Text Example
White with #FED38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED38E; }
p { color: rgb(254,211,142); }
H1.HeaderClassName
{
color: #FED38E;
}
.AnyTagClassName
{
color: #FED38E;
}
</style>
background-color css
<style>
a { background-color: #FED38E; }
a { background-color: rgb(254,211,142); }
div.DivClassName
{
background-color: #FED38E;
}
.BgClassName
{
background-color: #FED38E;
}
</style>
border-color css
<style>
span { border-color: #FED38E; }
span { border-color: rgb(254,211,142); }
td.TdClassName
{
border-color: #FED38E;
}
.TagClassName
{
border-color: #FED38E;
}
</style>