Shades of Cream Brulee #FEE69D
Tints of Cream Brulee #FEE69D
RGB
CMYK
RGB Variations
Color information
#FEE69D (or 0xFEE69D) is known color: Cream Brulee. HEX triplet: FE, E6 and 9D. RGB value is (254,230,157). Sum of RGB (Red+Green+Blue) = 254+230+157=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 157 (61.72% from 255 or 24.49% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE69D is #011962. Grayscale: #E5E5E5. Windows color (decimal): -72035 or 10348286. OLE color: 10348286.
HSL color Cylindrical-coordinate representation of color #FEE69D: hue angle of 45.15º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEE69D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 157 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.00 |
| HSL | 45.15º | 0.98% | 0.81% | - |
| HSV(B) | 45.15º | 0.38% | 1% | - |
| XYZ | 75.26 | 80.1 | 43.39 | - |
| YUV | 228.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 157 | 0 | 0.09 | 0.38 | 0.00 | 45.15 | 0.98 | 0.81 |
| Hex | FE | E6 | 9D | 0 | 9 | 26 | 0 | 2D | 62 | 51 |
| Octal | 376 | 346 | 235 | 0 | 11 | 46 | 0 | 55 | 142 | 121 |
| Binary | 11111110 | 11100110 | 10011101 | 0 | 1001 | 100110 | 0 | 101101 | 1100010 | 1010001 |
Color Harmonies of #FEE69D
Complementary color
Monochromatic Colors of #FEE69D
Black with #FEE69D
Text Example
Text Example
White with #FEE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE69D; }
p { color: rgb(254,230,157); }
H1.HeaderClassName
{
color: #FEE69D;
}
.AnyTagClassName
{
color: #FEE69D;
}
</style>
background-color css
<style>
a { background-color: #FEE69D; }
a { background-color: rgb(254,230,157); }
div.DivClassName
{
background-color: #FEE69D;
}
.BgClassName
{
background-color: #FEE69D;
}
</style>
border-color css
<style>
span { border-color: #FEE69D; }
span { border-color: rgb(254,230,157); }
td.TdClassName
{
border-color: #FEE69D;
}
.TagClassName
{
border-color: #FEE69D;
}
</style>