Shades of Golden Dream #E9CF31
Tints of Golden Dream #E9CF31
RGB
CMYK
RGB Variations
Color information
#E9CF31 (or 0xE9CF31) is known color: Golden Dream. HEX triplet: E9, CF and 31. RGB value is (233,207,49). Sum of RGB (Red+Green+Blue) = 233+207+49=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CF31 is #1630CE. Grayscale: #C5C5C5. Windows color (decimal): -1454287 or 3264489. OLE color: 3264489.
HSL color Cylindrical-coordinate representation of color #E9CF31: hue angle of 51.52º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9CF31 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.09 |
| HSL | 51.52º | 0.81% | 0.55% | - |
| HSV(B) | 51.52º | 0.79% | 0.91% | - |
| XYZ | 56.47 | 62.17 | 11.93 | - |
| YUV | 196.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 49 | 0 | 0.11 | 0.79 | 0.09 | 51.52 | 0.81 | 0.55 |
| Hex | E9 | CF | 31 | 0 | B | 4F | 9 | 34 | 51 | 37 |
| Octal | 351 | 317 | 61 | 0 | 13 | 117 | 11 | 64 | 121 | 67 |
| Binary | 11101001 | 11001111 | 110001 | 0 | 1011 | 1001111 | 1001 | 110100 | 1010001 | 110111 |
Color Harmonies of #E9CF31
Complementary color
Monochromatic Colors of #E9CF31
Black with #E9CF31
Text Example
Text Example
White with #E9CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF31; }
p { color: rgb(233,207,49); }
H1.HeaderClassName
{
color: #E9CF31;
}
.AnyTagClassName
{
color: #E9CF31;
}
</style>
background-color css
<style>
a { background-color: #E9CF31; }
a { background-color: rgb(233,207,49); }
div.DivClassName
{
background-color: #E9CF31;
}
.BgClassName
{
background-color: #E9CF31;
}
</style>
border-color css
<style>
span { border-color: #E9CF31; }
span { border-color: rgb(233,207,49); }
td.TdClassName
{
border-color: #E9CF31;
}
.TagClassName
{
border-color: #E9CF31;
}
</style>