Shades of Golden Dream #E9CD37
Tints of Golden Dream #E9CD37
RGB
CMYK
RGB Variations
Color information
#E9CD37 (or 0xE9CD37) is known color: Golden Dream. HEX triplet: E9, CD and 37. RGB value is (233,205,55). Sum of RGB (Red+Green+Blue) = 233+205+55=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CD37 is #1632C8. Grayscale: #C4C4C4. Windows color (decimal): -1454793 or 3657193. OLE color: 3657193.
HSL color Cylindrical-coordinate representation of color #E9CD37: hue angle of 50.56º degrees, saturation: 0.8, 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 #E9CD37 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 55 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.09 |
| HSL | 50.56º | 0.8% | 0.56% | - |
| HSV(B) | 50.56º | 0.76% | 0.91% | - |
| XYZ | 56.13 | 61.26 | 12.48 | - |
| YUV | 196.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 55 | 0 | 0.12 | 0.76 | 0.09 | 50.56 | 0.8 | 0.56 |
| Hex | E9 | CD | 37 | 0 | C | 4C | 9 | 33 | 50 | 38 |
| Octal | 351 | 315 | 67 | 0 | 14 | 114 | 11 | 63 | 120 | 70 |
| Binary | 11101001 | 11001101 | 110111 | 0 | 1100 | 1001100 | 1001 | 110011 | 1010000 | 111000 |
Color Harmonies of #E9CD37
Complementary color
Monochromatic Colors of #E9CD37
Black with #E9CD37
Text Example
Text Example
White with #E9CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD37; }
p { color: rgb(233,205,55); }
H1.HeaderClassName
{
color: #E9CD37;
}
.AnyTagClassName
{
color: #E9CD37;
}
</style>
background-color css
<style>
a { background-color: #E9CD37; }
a { background-color: rgb(233,205,55); }
div.DivClassName
{
background-color: #E9CD37;
}
.BgClassName
{
background-color: #E9CD37;
}
</style>
border-color css
<style>
span { border-color: #E9CD37; }
span { border-color: rgb(233,205,55); }
td.TdClassName
{
border-color: #E9CD37;
}
.TagClassName
{
border-color: #E9CD37;
}
</style>