Shades of Cream Brulee #FEDC90
Tints of Cream Brulee #FEDC90
RGB
CMYK
RGB Variations
Color information
#FEDC90 (or 0xFEDC90) is known color: Cream Brulee. HEX triplet: FE, DC and 90. RGB value is (254,220,144). Sum of RGB (Red+Green+Blue) = 254+220+144=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC90 is #01236F. Grayscale: #DDDDDD. Windows color (decimal): -74608 or 9493758. OLE color: 9493758.
HSL color Cylindrical-coordinate representation of color #FEDC90: hue angle of 41.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEDC90 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 144 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.00 |
| HSL | 41.45º | 0.98% | 0.78% | - |
| HSV(B) | 41.45º | 0.43% | 1% | - |
| XYZ | 71.5 | 74.27 | 36.95 | - |
| YUV | 221.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 144 | 0 | 0.13 | 0.43 | 0.00 | 41.45 | 0.98 | 0.78 |
| Hex | FE | DC | 90 | 0 | D | 2B | 0 | 29 | 62 | 4E |
| Octal | 376 | 334 | 220 | 0 | 15 | 53 | 0 | 51 | 142 | 116 |
| Binary | 11111110 | 11011100 | 10010000 | 0 | 1101 | 101011 | 0 | 101001 | 1100010 | 1001110 |
Color Harmonies of #FEDC90
Complementary color
Monochromatic Colors of #FEDC90
Black with #FEDC90
Text Example
Text Example
White with #FEDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC90; }
p { color: rgb(254,220,144); }
H1.HeaderClassName
{
color: #FEDC90;
}
.AnyTagClassName
{
color: #FEDC90;
}
</style>
background-color css
<style>
a { background-color: #FEDC90; }
a { background-color: rgb(254,220,144); }
div.DivClassName
{
background-color: #FEDC90;
}
.BgClassName
{
background-color: #FEDC90;
}
</style>
border-color css
<style>
span { border-color: #FEDC90; }
span { border-color: rgb(254,220,144); }
td.TdClassName
{
border-color: #FEDC90;
}
.TagClassName
{
border-color: #FEDC90;
}
</style>