Shades of Golden Dream #E3CC33
Tints of Golden Dream #E3CC33
RGB
CMYK
RGB Variations
Color information
#E3CC33 (or 0xE3CC33) is known color: Golden Dream. HEX triplet: E3, CC and 33. RGB value is (227,204,51). Sum of RGB (Red+Green+Blue) = 227+204+51=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CC33 is #1C33CC. Grayscale: #C2C2C2. Windows color (decimal): -1848269 or 3394787. OLE color: 3394787.
HSL color Cylindrical-coordinate representation of color #E3CC33: hue angle of 52.16º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3CC33 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 51 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.11 |
| HSL | 52.16º | 0.76% | 0.55% | - |
| HSV(B) | 52.16º | 0.78% | 0.89% | - |
| XYZ | 53.87 | 59.76 | 11.83 | - |
| YUV | 193.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 51 | 0 | 0.10 | 0.78 | 0.11 | 52.16 | 0.76 | 0.55 |
| Hex | E3 | CC | 33 | 0 | A | 4E | B | 34 | 4C | 37 |
| Octal | 343 | 314 | 63 | 0 | 12 | 116 | 13 | 64 | 114 | 67 |
| Binary | 11100011 | 11001100 | 110011 | 0 | 1010 | 1001110 | 1011 | 110100 | 1001100 | 110111 |
Color Harmonies of #E3CC33
Complementary color
Monochromatic Colors of #E3CC33
Black with #E3CC33
Text Example
Text Example
White with #E3CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CC33; }
p { color: rgb(227,204,51); }
H1.HeaderClassName
{
color: #E3CC33;
}
.AnyTagClassName
{
color: #E3CC33;
}
</style>
background-color css
<style>
a { background-color: #E3CC33; }
a { background-color: rgb(227,204,51); }
div.DivClassName
{
background-color: #E3CC33;
}
.BgClassName
{
background-color: #E3CC33;
}
</style>
border-color css
<style>
span { border-color: #E3CC33; }
span { border-color: rgb(227,204,51); }
td.TdClassName
{
border-color: #E3CC33;
}
.TagClassName
{
border-color: #E3CC33;
}
</style>