Shades of Caramel #FED19E
Tints of Caramel #FED19E
RGB
CMYK
RGB Variations
Color information
#FED19E (or 0xFED19E) is known color: Caramel. HEX triplet: FE, D1 and 9E. RGB value is (254,209,158). Sum of RGB (Red+Green+Blue) = 254+209+158=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED19E is #012E61. Grayscale: #D8D8D8. Windows color (decimal): -77410 or 10408446. OLE color: 10408446.
HSL color Cylindrical-coordinate representation of color #FED19E: hue angle of 31.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FED19E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 158 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.00 |
| HSL | 31.88º | 0.98% | 0.81% | - |
| HSV(B) | 31.88º | 0.38% | 1% | - |
| XYZ | 69.85 | 69.14 | 42.01 | - |
| YUV | 216.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 158 | 0 | 0.18 | 0.38 | 0.00 | 31.88 | 0.98 | 0.81 |
| Hex | FE | D1 | 9E | 0 | 12 | 26 | 0 | 20 | 62 | 51 |
| Octal | 376 | 321 | 236 | 0 | 22 | 46 | 0 | 40 | 142 | 121 |
| Binary | 11111110 | 11010001 | 10011110 | 0 | 10010 | 100110 | 0 | 100000 | 1100010 | 1010001 |
Color Harmonies of #FED19E
Complementary color
Monochromatic Colors of #FED19E
Black with #FED19E
Text Example
Text Example
White with #FED19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED19E; }
p { color: rgb(254,209,158); }
H1.HeaderClassName
{
color: #FED19E;
}
.AnyTagClassName
{
color: #FED19E;
}
</style>
background-color css
<style>
a { background-color: #FED19E; }
a { background-color: rgb(254,209,158); }
div.DivClassName
{
background-color: #FED19E;
}
.BgClassName
{
background-color: #FED19E;
}
</style>
border-color css
<style>
span { border-color: #FED19E; }
span { border-color: rgb(254,209,158); }
td.TdClassName
{
border-color: #FED19E;
}
.TagClassName
{
border-color: #FED19E;
}
</style>