Shades of Golden Dream #E7CC32
Tints of Golden Dream #E7CC32
RGB
CMYK
RGB Variations
Color information
#E7CC32 (or 0xE7CC32) is known color: Golden Dream. HEX triplet: E7, CC and 32. RGB value is (231,204,50). Sum of RGB (Red+Green+Blue) = 231+204+50=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CC32 is #1833CD. Grayscale: #C3C3C3. Windows color (decimal): -1586126 or 3329255. OLE color: 3329255.
HSL color Cylindrical-coordinate representation of color #E7CC32: hue angle of 51.05º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7CC32 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 50 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.09 |
| HSL | 51.05º | 0.79% | 0.55% | - |
| HSV(B) | 51.05º | 0.78% | 0.91% | - |
| XYZ | 55.12 | 60.4 | 11.77 | - |
| YUV | 194.52 | 46.45 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 50 | 0 | 0.12 | 0.78 | 0.09 | 51.05 | 0.79 | 0.55 |
| Hex | E7 | CC | 32 | 0 | C | 4E | 9 | 33 | 4F | 37 |
| Octal | 347 | 314 | 62 | 0 | 14 | 116 | 11 | 63 | 117 | 67 |
| Binary | 11100111 | 11001100 | 110010 | 0 | 1100 | 1001110 | 1001 | 110011 | 1001111 | 110111 |
Color Harmonies of #E7CC32
Complementary color
Monochromatic Colors of #E7CC32
Black with #E7CC32
Text Example
Text Example
White with #E7CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC32; }
p { color: rgb(231,204,50); }
H1.HeaderClassName
{
color: #E7CC32;
}
.AnyTagClassName
{
color: #E7CC32;
}
</style>
background-color css
<style>
a { background-color: #E7CC32; }
a { background-color: rgb(231,204,50); }
div.DivClassName
{
background-color: #E7CC32;
}
.BgClassName
{
background-color: #E7CC32;
}
</style>
border-color css
<style>
span { border-color: #E7CC32; }
span { border-color: rgb(231,204,50); }
td.TdClassName
{
border-color: #E7CC32;
}
.TagClassName
{
border-color: #E7CC32;
}
</style>