Shades of Golden Dream #E8CD39
Tints of Golden Dream #E8CD39
RGB
CMYK
RGB Variations
Color information
#E8CD39 (or 0xE8CD39) is known color: Golden Dream. HEX triplet: E8, CD and 39. RGB value is (232,205,57). Sum of RGB (Red+Green+Blue) = 232+205+57=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CD39 is #1732C6. Grayscale: #C4C4C4. Windows color (decimal): -1520327 or 3788264. OLE color: 3788264.
HSL color Cylindrical-coordinate representation of color #E8CD39: hue angle of 50.74º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8CD39 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 57 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.09 |
| HSL | 50.74º | 0.79% | 0.57% | - |
| HSV(B) | 50.74º | 0.75% | 0.91% | - |
| XYZ | 55.85 | 61.11 | 12.72 | - |
| YUV | 196.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 57 | 0 | 0.12 | 0.75 | 0.09 | 50.74 | 0.79 | 0.57 |
| Hex | E8 | CD | 39 | 0 | C | 4B | 9 | 33 | 4F | 39 |
| Octal | 350 | 315 | 71 | 0 | 14 | 113 | 11 | 63 | 117 | 71 |
| Binary | 11101000 | 11001101 | 111001 | 0 | 1100 | 1001011 | 1001 | 110011 | 1001111 | 111001 |
Color Harmonies of #E8CD39
Complementary color
Monochromatic Colors of #E8CD39
Black with #E8CD39
Text Example
Text Example
White with #E8CD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD39; }
p { color: rgb(232,205,57); }
H1.HeaderClassName
{
color: #E8CD39;
}
.AnyTagClassName
{
color: #E8CD39;
}
</style>
background-color css
<style>
a { background-color: #E8CD39; }
a { background-color: rgb(232,205,57); }
div.DivClassName
{
background-color: #E8CD39;
}
.BgClassName
{
background-color: #E8CD39;
}
</style>
border-color css
<style>
span { border-color: #E8CD39; }
span { border-color: rgb(232,205,57); }
td.TdClassName
{
border-color: #E8CD39;
}
.TagClassName
{
border-color: #E8CD39;
}
</style>