Shades of Golden Dream #E7D02F
Tints of Golden Dream #E7D02F
RGB
CMYK
RGB Variations
Color information
#E7D02F (or 0xE7D02F) is known color: Golden Dream. HEX triplet: E7, D0 and 2F. RGB value is (231,208,47). Sum of RGB (Red+Green+Blue) = 231+208+47=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D02F is #182FD0. Grayscale: #C5C5C5. Windows color (decimal): -1585105 or 3133671. OLE color: 3133671.
HSL color Cylindrical-coordinate representation of color #E7D02F: hue angle of 52.5º degrees, saturation: 0.79, 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 #E7D02F is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 47 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.09 |
| HSL | 52.5º | 0.79% | 0.55% | - |
| HSV(B) | 52.5º | 0.8% | 0.91% | - |
| XYZ | 56.02 | 62.31 | 11.76 | - |
| YUV | 196.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 47 | 0 | 0.10 | 0.80 | 0.09 | 52.5 | 0.79 | 0.55 |
| Hex | E7 | D0 | 2F | 0 | A | 50 | 9 | 34 | 4F | 37 |
| Octal | 347 | 320 | 57 | 0 | 12 | 120 | 11 | 64 | 117 | 67 |
| Binary | 11100111 | 11010000 | 101111 | 0 | 1010 | 1010000 | 1001 | 110100 | 1001111 | 110111 |
Color Harmonies of #E7D02F
Complementary color
Monochromatic Colors of #E7D02F
Black with #E7D02F
Text Example
Text Example
White with #E7D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D02F; }
p { color: rgb(231,208,47); }
H1.HeaderClassName
{
color: #E7D02F;
}
.AnyTagClassName
{
color: #E7D02F;
}
</style>
background-color css
<style>
a { background-color: #E7D02F; }
a { background-color: rgb(231,208,47); }
div.DivClassName
{
background-color: #E7D02F;
}
.BgClassName
{
background-color: #E7D02F;
}
</style>
border-color css
<style>
span { border-color: #E7D02F; }
span { border-color: rgb(231,208,47); }
td.TdClassName
{
border-color: #E7D02F;
}
.TagClassName
{
border-color: #E7D02F;
}
</style>