Shades of Golden Dream #E7CD34
Tints of Golden Dream #E7CD34
RGB
CMYK
RGB Variations
Color information
#E7CD34 (or 0xE7CD34) is known color: Golden Dream. HEX triplet: E7, CD and 34. RGB value is (231,205,52). Sum of RGB (Red+Green+Blue) = 231+205+52=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD34 is #1832CB. Grayscale: #C3C3C3. Windows color (decimal): -1585868 or 3460583. OLE color: 3460583.
HSL color Cylindrical-coordinate representation of color #E7CD34: hue angle of 51.28º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7CD34 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 52 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.09 |
| HSL | 51.28º | 0.79% | 0.55% | - |
| HSV(B) | 51.28º | 0.77% | 0.91% | - |
| XYZ | 55.41 | 60.9 | 12.08 | - |
| YUV | 195.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 52 | 0 | 0.11 | 0.77 | 0.09 | 51.28 | 0.79 | 0.55 |
| Hex | E7 | CD | 34 | 0 | B | 4D | 9 | 33 | 4F | 37 |
| Octal | 347 | 315 | 64 | 0 | 13 | 115 | 11 | 63 | 117 | 67 |
| Binary | 11100111 | 11001101 | 110100 | 0 | 1011 | 1001101 | 1001 | 110011 | 1001111 | 110111 |
Color Harmonies of #E7CD34
Complementary color
Monochromatic Colors of #E7CD34
Black with #E7CD34
Text Example
Text Example
White with #E7CD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CD34; }
p { color: rgb(231,205,52); }
H1.HeaderClassName
{
color: #E7CD34;
}
.AnyTagClassName
{
color: #E7CD34;
}
</style>
background-color css
<style>
a { background-color: #E7CD34; }
a { background-color: rgb(231,205,52); }
div.DivClassName
{
background-color: #E7CD34;
}
.BgClassName
{
background-color: #E7CD34;
}
</style>
border-color css
<style>
span { border-color: #E7CD34; }
span { border-color: rgb(231,205,52); }
td.TdClassName
{
border-color: #E7CD34;
}
.TagClassName
{
border-color: #E7CD34;
}
</style>