Shades of Cream Brulee #FEDC9A
Tints of Cream Brulee #FEDC9A
RGB
CMYK
RGB Variations
Color information
#FEDC9A (or 0xFEDC9A) is known color: Cream Brulee. HEX triplet: FE, DC and 9A. RGB value is (254,220,154). Sum of RGB (Red+Green+Blue) = 254+220+154=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC9A is #012365. Grayscale: #DEDEDE. Windows color (decimal): -74598 or 10149118. OLE color: 10149118.
HSL color Cylindrical-coordinate representation of color #FEDC9A: hue angle of 39.6º 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 #FEDC9A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 154 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.00 |
| HSL | 39.6º | 0.98% | 0.8% | - |
| HSV(B) | 39.6º | 0.39% | 1% | - |
| XYZ | 72.3 | 74.59 | 41.16 | - |
| YUV | 222.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 154 | 0 | 0.13 | 0.39 | 0.00 | 39.6 | 0.98 | 0.8 |
| Hex | FE | DC | 9A | 0 | D | 27 | 0 | 28 | 62 | 50 |
| Octal | 376 | 334 | 232 | 0 | 15 | 47 | 0 | 50 | 142 | 120 |
| Binary | 11111110 | 11011100 | 10011010 | 0 | 1101 | 100111 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDC9A
Complementary color
Monochromatic Colors of #FEDC9A
Black with #FEDC9A
Text Example
Text Example
White with #FEDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC9A; }
p { color: rgb(254,220,154); }
H1.HeaderClassName
{
color: #FEDC9A;
}
.AnyTagClassName
{
color: #FEDC9A;
}
</style>
background-color css
<style>
a { background-color: #FEDC9A; }
a { background-color: rgb(254,220,154); }
div.DivClassName
{
background-color: #FEDC9A;
}
.BgClassName
{
background-color: #FEDC9A;
}
</style>
border-color css
<style>
span { border-color: #FEDC9A; }
span { border-color: rgb(254,220,154); }
td.TdClassName
{
border-color: #FEDC9A;
}
.TagClassName
{
border-color: #FEDC9A;
}
</style>