Shades of Cream Brulee #FEDD9A
Tints of Cream Brulee #FEDD9A
RGB
CMYK
RGB Variations
Color information
#FEDD9A (or 0xFEDD9A) is known color: Cream Brulee. HEX triplet: FE, DD and 9A. RGB value is (254,221,154). Sum of RGB (Red+Green+Blue) = 254+221+154=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD9A is #012265. Grayscale: #DFDFDF. Windows color (decimal): -74342 or 10149374. OLE color: 10149374.
HSL color Cylindrical-coordinate representation of color #FEDD9A: hue angle of 40.2º 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 #FEDD9A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 221 | 154 | - |
CMYK | 0 | 0.13 | 0.39 | 0.00 |
HSL | 40.2º | 0.98% | 0.8% | - |
HSV(B) | 40.2º | 0.39% | 1% | - |
XYZ | 72.56 | 75.12 | 41.25 | - |
YUV | 223.23 | 88.93 | 149.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 221 | 154 | 0 | 0.13 | 0.39 | 0.00 | 40.2 | 0.98 | 0.8 |
Hex | FE | DD | 9A | 0 | D | 27 | 0 | 28 | 62 | 50 |
Octal | 376 | 335 | 232 | 0 | 15 | 47 | 0 | 50 | 142 | 120 |
Binary | 11111110 | 11011101 | 10011010 | 0 | 1101 | 100111 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDD9A
Complementary color
Monochromatic Colors of #FEDD9A
Black with #FEDD9A
Text Example
Text Example
White with #FEDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD9A; }
p { color: rgb(254,221,154); }
H1.HeaderClassName
{
color: #FEDD9A;
}
.AnyTagClassName
{
color: #FEDD9A;
}
</style>
background-color css
<style>
a { background-color: #FEDD9A; }
a { background-color: rgb(254,221,154); }
div.DivClassName
{
background-color: #FEDD9A;
}
.BgClassName
{
background-color: #FEDD9A;
}
</style>
border-color css
<style>
span { border-color: #FEDD9A; }
span { border-color: rgb(254,221,154); }
td.TdClassName
{
border-color: #FEDD9A;
}
.TagClassName
{
border-color: #FEDD9A;
}
</style>