Shades of Golden Dream #E7CB35
Tints of Golden Dream #E7CB35
RGB
CMYK
RGB Variations
Color information
#E7CB35 (or 0xE7CB35) is known color: Golden Dream. HEX triplet: E7, CB and 35. RGB value is (231,203,53). Sum of RGB (Red+Green+Blue) = 231+203+53=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CB35 is #1834CA. Grayscale: #C2C2C2. Windows color (decimal): -1586379 or 3525607. OLE color: 3525607.
HSL color Cylindrical-coordinate representation of color #E7CB35: hue angle of 50.56º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7CB35 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 53 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.09 |
| HSL | 50.56º | 0.79% | 0.56% | - |
| HSV(B) | 50.56º | 0.77% | 0.91% | - |
| XYZ | 54.95 | 59.96 | 12.04 | - |
| YUV | 194.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 53 | 0 | 0.12 | 0.77 | 0.09 | 50.56 | 0.79 | 0.56 |
| Hex | E7 | CB | 35 | 0 | C | 4D | 9 | 33 | 4F | 38 |
| Octal | 347 | 313 | 65 | 0 | 14 | 115 | 11 | 63 | 117 | 70 |
| Binary | 11100111 | 11001011 | 110101 | 0 | 1100 | 1001101 | 1001 | 110011 | 1001111 | 111000 |
Color Harmonies of #E7CB35
Complementary color
Monochromatic Colors of #E7CB35
Black with #E7CB35
Text Example
Text Example
White with #E7CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB35; }
p { color: rgb(231,203,53); }
H1.HeaderClassName
{
color: #E7CB35;
}
.AnyTagClassName
{
color: #E7CB35;
}
</style>
background-color css
<style>
a { background-color: #E7CB35; }
a { background-color: rgb(231,203,53); }
div.DivClassName
{
background-color: #E7CB35;
}
.BgClassName
{
background-color: #E7CB35;
}
</style>
border-color css
<style>
span { border-color: #E7CB35; }
span { border-color: rgb(231,203,53); }
td.TdClassName
{
border-color: #E7CB35;
}
.TagClassName
{
border-color: #E7CB35;
}
</style>