Shades of Golden Dream #E7CF31
Tints of Golden Dream #E7CF31
RGB
CMYK
RGB Variations
Color information
#E7CF31 (or 0xE7CF31) is known color: Golden Dream. HEX triplet: E7, CF and 31. RGB value is (231,207,49). Sum of RGB (Red+Green+Blue) = 231+207+49=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF31 is #1830CE. Grayscale: #C4C4C4. Windows color (decimal): -1585359 or 3264487. OLE color: 3264487.
HSL color Cylindrical-coordinate representation of color #E7CF31: hue angle of 52.09º degrees, saturation: 0.79, 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 #E7CF31 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 49 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.09 |
| HSL | 52.09º | 0.79% | 0.55% | - |
| HSV(B) | 52.09º | 0.79% | 0.91% | - |
| XYZ | 55.82 | 61.84 | 11.9 | - |
| YUV | 196.16 | 44.95 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 49 | 0 | 0.10 | 0.79 | 0.09 | 52.09 | 0.79 | 0.55 |
| Hex | E7 | CF | 31 | 0 | A | 4F | 9 | 34 | 4F | 37 |
| Octal | 347 | 317 | 61 | 0 | 12 | 117 | 11 | 64 | 117 | 67 |
| Binary | 11100111 | 11001111 | 110001 | 0 | 1010 | 1001111 | 1001 | 110100 | 1001111 | 110111 |
Color Harmonies of #E7CF31
Complementary color
Monochromatic Colors of #E7CF31
Black with #E7CF31
Text Example
Text Example
White with #E7CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF31; }
p { color: rgb(231,207,49); }
H1.HeaderClassName
{
color: #E7CF31;
}
.AnyTagClassName
{
color: #E7CF31;
}
</style>
background-color css
<style>
a { background-color: #E7CF31; }
a { background-color: rgb(231,207,49); }
div.DivClassName
{
background-color: #E7CF31;
}
.BgClassName
{
background-color: #E7CF31;
}
</style>
border-color css
<style>
span { border-color: #E7CF31; }
span { border-color: rgb(231,207,49); }
td.TdClassName
{
border-color: #E7CF31;
}
.TagClassName
{
border-color: #E7CF31;
}
</style>