Shades of Cream Brulee #FEDD93
Tints of Cream Brulee #FEDD93
RGB
CMYK
RGB Variations
Color information
#FEDD93 (or 0xFEDD93) is known color: Cream Brulee. HEX triplet: FE, DD and 93. RGB value is (254,221,147). Sum of RGB (Red+Green+Blue) = 254+221+147=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 147 (57.81% from 255 or 23.63% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD93 is #01226C. Grayscale: #DEDEDE. Windows color (decimal): -74349 or 9690622. OLE color: 9690622.
HSL color Cylindrical-coordinate representation of color #FEDD93: hue angle of 41.5º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEDD93 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 147 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.00 |
| HSL | 41.5º | 0.98% | 0.79% | - |
| HSV(B) | 41.5º | 0.42% | 1% | - |
| XYZ | 72 | 74.89 | 38.26 | - |
| YUV | 222.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 147 | 0 | 0.13 | 0.42 | 0.00 | 41.5 | 0.98 | 0.79 |
| Hex | FE | DD | 93 | 0 | D | 2A | 0 | 29 | 62 | 4F |
| Octal | 376 | 335 | 223 | 0 | 15 | 52 | 0 | 51 | 142 | 117 |
| Binary | 11111110 | 11011101 | 10010011 | 0 | 1101 | 101010 | 0 | 101001 | 1100010 | 1001111 |
Color Harmonies of #FEDD93
Complementary color
Monochromatic Colors of #FEDD93
Black with #FEDD93
Text Example
Text Example
White with #FEDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD93; }
p { color: rgb(254,221,147); }
H1.HeaderClassName
{
color: #FEDD93;
}
.AnyTagClassName
{
color: #FEDD93;
}
</style>
background-color css
<style>
a { background-color: #FEDD93; }
a { background-color: rgb(254,221,147); }
div.DivClassName
{
background-color: #FEDD93;
}
.BgClassName
{
background-color: #FEDD93;
}
</style>
border-color css
<style>
span { border-color: #FEDD93; }
span { border-color: rgb(254,221,147); }
td.TdClassName
{
border-color: #FEDD93;
}
.TagClassName
{
border-color: #FEDD93;
}
</style>