Shades of Golden Dream #E8CE38
Tints of Golden Dream #E8CE38
RGB
CMYK
RGB Variations
Color information
#E8CE38 (or 0xE8CE38) is known color: Golden Dream. HEX triplet: E8, CE and 38. RGB value is (232,206,56). Sum of RGB (Red+Green+Blue) = 232+206+56=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CE38 is #1731C7. Grayscale: #C5C5C5. Windows color (decimal): -1520072 or 3722984. OLE color: 3722984.
HSL color Cylindrical-coordinate representation of color #E8CE38: hue angle of 51.14º degrees, saturation: 0.79, 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 #E8CE38 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 56 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.09 |
| HSL | 51.14º | 0.79% | 0.56% | - |
| HSV(B) | 51.14º | 0.76% | 0.91% | - |
| XYZ | 56.06 | 61.58 | 12.67 | - |
| YUV | 196.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 56 | 0 | 0.11 | 0.76 | 0.09 | 51.14 | 0.79 | 0.56 |
| Hex | E8 | CE | 38 | 0 | B | 4C | 9 | 33 | 4F | 38 |
| Octal | 350 | 316 | 70 | 0 | 13 | 114 | 11 | 63 | 117 | 70 |
| Binary | 11101000 | 11001110 | 111000 | 0 | 1011 | 1001100 | 1001 | 110011 | 1001111 | 111000 |
Color Harmonies of #E8CE38
Complementary color
Monochromatic Colors of #E8CE38
Black with #E8CE38
Text Example
Text Example
White with #E8CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE38; }
p { color: rgb(232,206,56); }
H1.HeaderClassName
{
color: #E8CE38;
}
.AnyTagClassName
{
color: #E8CE38;
}
</style>
background-color css
<style>
a { background-color: #E8CE38; }
a { background-color: rgb(232,206,56); }
div.DivClassName
{
background-color: #E8CE38;
}
.BgClassName
{
background-color: #E8CE38;
}
</style>
border-color css
<style>
span { border-color: #E8CE38; }
span { border-color: rgb(232,206,56); }
td.TdClassName
{
border-color: #E8CE38;
}
.TagClassName
{
border-color: #E8CE38;
}
</style>