Shades of Golden Dream #E7CE38
Tints of Golden Dream #E7CE38
RGB
CMYK
RGB Variations
Color information
#E7CE38 (or 0xE7CE38) is known color: Golden Dream. HEX triplet: E7, CE and 38. RGB value is (231,206,56). Sum of RGB (Red+Green+Blue) = 231+206+56=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CE38 is #1831C7. Grayscale: #C4C4C4. Windows color (decimal): -1585608 or 3722983. OLE color: 3722983.
HSL color Cylindrical-coordinate representation of color #E7CE38: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E7CE38 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 56 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.09 |
| HSL | 51.43º | 0.78% | 0.56% | - |
| HSV(B) | 51.43º | 0.76% | 0.91% | - |
| XYZ | 55.74 | 61.42 | 12.66 | - |
| YUV | 196.38 | 48.78 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 56 | 0 | 0.11 | 0.76 | 0.09 | 51.43 | 0.78 | 0.56 |
| Hex | E7 | CE | 38 | 0 | B | 4C | 9 | 33 | 4E | 38 |
| Octal | 347 | 316 | 70 | 0 | 13 | 114 | 11 | 63 | 116 | 70 |
| Binary | 11100111 | 11001110 | 111000 | 0 | 1011 | 1001100 | 1001 | 110011 | 1001110 | 111000 |
Color Harmonies of #E7CE38
Complementary color
Monochromatic Colors of #E7CE38
Black with #E7CE38
Text Example
Text Example
White with #E7CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CE38; }
p { color: rgb(231,206,56); }
H1.HeaderClassName
{
color: #E7CE38;
}
.AnyTagClassName
{
color: #E7CE38;
}
</style>
background-color css
<style>
a { background-color: #E7CE38; }
a { background-color: rgb(231,206,56); }
div.DivClassName
{
background-color: #E7CE38;
}
.BgClassName
{
background-color: #E7CE38;
}
</style>
border-color css
<style>
span { border-color: #E7CE38; }
span { border-color: rgb(231,206,56); }
td.TdClassName
{
border-color: #E7CE38;
}
.TagClassName
{
border-color: #E7CE38;
}
</style>