Shades of Cream Brulee #FEDF9A
Tints of Cream Brulee #FEDF9A
RGB
CMYK
RGB Variations
Color information
#FEDF9A (or 0xFEDF9A) is known color: Cream Brulee. HEX triplet: FE, DF and 9A. RGB value is (254,223,154). Sum of RGB (Red+Green+Blue) = 254+223+154=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF9A is #012065. Grayscale: #E0E0E0. Windows color (decimal): -73830 or 10149886. OLE color: 10149886.
HSL color Cylindrical-coordinate representation of color #FEDF9A: hue angle of 41.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEDF9A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 154 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.00 |
| HSL | 41.4º | 0.98% | 0.8% | - |
| HSV(B) | 41.4º | 0.39% | 1% | - |
| XYZ | 73.09 | 76.18 | 41.42 | - |
| YUV | 224.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 154 | 0 | 0.12 | 0.39 | 0.00 | 41.4 | 0.98 | 0.8 |
| Hex | FE | DF | 9A | 0 | C | 27 | 0 | 29 | 62 | 50 |
| Octal | 376 | 337 | 232 | 0 | 14 | 47 | 0 | 51 | 142 | 120 |
| Binary | 11111110 | 11011111 | 10011010 | 0 | 1100 | 100111 | 0 | 101001 | 1100010 | 1010000 |
Color Harmonies of #FEDF9A
Complementary color
Monochromatic Colors of #FEDF9A
Black with #FEDF9A
Text Example
Text Example
White with #FEDF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF9A; }
p { color: rgb(254,223,154); }
H1.HeaderClassName
{
color: #FEDF9A;
}
.AnyTagClassName
{
color: #FEDF9A;
}
</style>
background-color css
<style>
a { background-color: #FEDF9A; }
a { background-color: rgb(254,223,154); }
div.DivClassName
{
background-color: #FEDF9A;
}
.BgClassName
{
background-color: #FEDF9A;
}
</style>
border-color css
<style>
span { border-color: #FEDF9A; }
span { border-color: rgb(254,223,154); }
td.TdClassName
{
border-color: #FEDF9A;
}
.TagClassName
{
border-color: #FEDF9A;
}
</style>