Shades of Golden Dream #E8CD2E
Tints of Golden Dream #E8CD2E
RGB
CMYK
RGB Variations
Color information
#E8CD2E (or 0xE8CD2E) is known color: Golden Dream. HEX triplet: E8, CD and 2E. RGB value is (232,205,46). Sum of RGB (Red+Green+Blue) = 232+205+46=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CD2E is #1732D1. Grayscale: #C3C3C3. Windows color (decimal): -1520338 or 3067368. OLE color: 3067368.
HSL color Cylindrical-coordinate representation of color #E8CD2E: hue angle of 51.29º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8CD2E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 46 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.09 |
| HSL | 51.29º | 0.8% | 0.55% | - |
| HSV(B) | 51.29º | 0.8% | 0.91% | - |
| XYZ | 55.6 | 61.02 | 11.43 | - |
| YUV | 194.95 | 43.95 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 46 | 0 | 0.12 | 0.80 | 0.09 | 51.29 | 0.8 | 0.55 |
| Hex | E8 | CD | 2E | 0 | C | 50 | 9 | 33 | 50 | 37 |
| Octal | 350 | 315 | 56 | 0 | 14 | 120 | 11 | 63 | 120 | 67 |
| Binary | 11101000 | 11001101 | 101110 | 0 | 1100 | 1010000 | 1001 | 110011 | 1010000 | 110111 |
Color Harmonies of #E8CD2E
Complementary color
Monochromatic Colors of #E8CD2E
Black with #E8CD2E
Text Example
Text Example
White with #E8CD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD2E; }
p { color: rgb(232,205,46); }
H1.HeaderClassName
{
color: #E8CD2E;
}
.AnyTagClassName
{
color: #E8CD2E;
}
</style>
background-color css
<style>
a { background-color: #E8CD2E; }
a { background-color: rgb(232,205,46); }
div.DivClassName
{
background-color: #E8CD2E;
}
.BgClassName
{
background-color: #E8CD2E;
}
</style>
border-color css
<style>
span { border-color: #E8CD2E; }
span { border-color: rgb(232,205,46); }
td.TdClassName
{
border-color: #E8CD2E;
}
.TagClassName
{
border-color: #E8CD2E;
}
</style>