Shades of Golden Dream #E7CA37
Tints of Golden Dream #E7CA37
RGB
CMYK
RGB Variations
Color information
#E7CA37 (or 0xE7CA37) is known color: Golden Dream. HEX triplet: E7, CA and 37. RGB value is (231,202,55). Sum of RGB (Red+Green+Blue) = 231+202+55=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA37 is #1835C8. Grayscale: #C2C2C2. Windows color (decimal): -1586633 or 3656423. OLE color: 3656423.
HSL color Cylindrical-coordinate representation of color #E7CA37: hue angle of 50.11º degrees, saturation: 0.79, 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 #E7CA37 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 55 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.09 |
| HSL | 50.11º | 0.79% | 0.56% | - |
| HSV(B) | 50.11º | 0.76% | 0.91% | - |
| XYZ | 54.77 | 59.51 | 12.21 | - |
| YUV | 193.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 55 | 0 | 0.13 | 0.76 | 0.09 | 50.11 | 0.79 | 0.56 |
| Hex | E7 | CA | 37 | 0 | D | 4C | 9 | 32 | 4F | 38 |
| Octal | 347 | 312 | 67 | 0 | 15 | 114 | 11 | 62 | 117 | 70 |
| Binary | 11100111 | 11001010 | 110111 | 0 | 1101 | 1001100 | 1001 | 110010 | 1001111 | 111000 |
Color Harmonies of #E7CA37
Complementary color
Monochromatic Colors of #E7CA37
Black with #E7CA37
Text Example
Text Example
White with #E7CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA37; }
p { color: rgb(231,202,55); }
H1.HeaderClassName
{
color: #E7CA37;
}
.AnyTagClassName
{
color: #E7CA37;
}
</style>
background-color css
<style>
a { background-color: #E7CA37; }
a { background-color: rgb(231,202,55); }
div.DivClassName
{
background-color: #E7CA37;
}
.BgClassName
{
background-color: #E7CA37;
}
</style>
border-color css
<style>
span { border-color: #E7CA37; }
span { border-color: rgb(231,202,55); }
td.TdClassName
{
border-color: #E7CA37;
}
.TagClassName
{
border-color: #E7CA37;
}
</style>