Shades of Caramel #FED68E
Tints of Caramel #FED68E
RGB
CMYK
RGB Variations
Color information
#FED68E (or 0xFED68E) is known color: Caramel. HEX triplet: FE, D6 and 8E. RGB value is (254,214,142). Sum of RGB (Red+Green+Blue) = 254+214+142=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FED68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED68E is #012971. Grayscale: #DADADA. Windows color (decimal): -76146 or 9361150. OLE color: 9361150.
HSL color Cylindrical-coordinate representation of color #FED68E: hue angle of 38.57º 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 #FED68E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 142 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.00 |
| HSL | 38.57º | 0.98% | 0.78% | - |
| HSV(B) | 38.57º | 0.44% | 1% | - |
| XYZ | 69.8 | 71.12 | 35.64 | - |
| YUV | 217.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 142 | 0 | 0.16 | 0.44 | 0.00 | 38.57 | 0.98 | 0.78 |
| Hex | FE | D6 | 8E | 0 | 10 | 2C | 0 | 27 | 62 | 4E |
| Octal | 376 | 326 | 216 | 0 | 20 | 54 | 0 | 47 | 142 | 116 |
| Binary | 11111110 | 11010110 | 10001110 | 0 | 10000 | 101100 | 0 | 100111 | 1100010 | 1001110 |
Color Harmonies of #FED68E
Complementary color
Monochromatic Colors of #FED68E
Black with #FED68E
Text Example
Text Example
White with #FED68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED68E; }
p { color: rgb(254,214,142); }
H1.HeaderClassName
{
color: #FED68E;
}
.AnyTagClassName
{
color: #FED68E;
}
</style>
background-color css
<style>
a { background-color: #FED68E; }
a { background-color: rgb(254,214,142); }
div.DivClassName
{
background-color: #FED68E;
}
.BgClassName
{
background-color: #FED68E;
}
</style>
border-color css
<style>
span { border-color: #FED68E; }
span { border-color: rgb(254,214,142); }
td.TdClassName
{
border-color: #FED68E;
}
.TagClassName
{
border-color: #FED68E;
}
</style>