Shades of Golden Dream #E5CC33
Tints of Golden Dream #E5CC33
RGB
CMYK
RGB Variations
Color information
#E5CC33 (or 0xE5CC33) is known color: Golden Dream. HEX triplet: E5, CC and 33. RGB value is (229,204,51). Sum of RGB (Red+Green+Blue) = 229+204+51=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC33 is #1A33CC. Grayscale: #C2C2C2. Windows color (decimal): -1717197 or 3394789. OLE color: 3394789.
HSL color Cylindrical-coordinate representation of color #E5CC33: hue angle of 51.57º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5CC33 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 51 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.10 |
| HSL | 51.57º | 0.77% | 0.55% | - |
| HSV(B) | 51.57º | 0.78% | 0.9% | - |
| XYZ | 54.5 | 60.08 | 11.86 | - |
| YUV | 194.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 51 | 0 | 0.11 | 0.78 | 0.10 | 51.57 | 0.77 | 0.55 |
| Hex | E5 | CC | 33 | 0 | B | 4E | A | 34 | 4D | 37 |
| Octal | 345 | 314 | 63 | 0 | 13 | 116 | 12 | 64 | 115 | 67 |
| Binary | 11100101 | 11001100 | 110011 | 0 | 1011 | 1001110 | 1010 | 110100 | 1001101 | 110111 |
Color Harmonies of #E5CC33
Complementary color
Monochromatic Colors of #E5CC33
Black with #E5CC33
Text Example
Text Example
White with #E5CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC33; }
p { color: rgb(229,204,51); }
H1.HeaderClassName
{
color: #E5CC33;
}
.AnyTagClassName
{
color: #E5CC33;
}
</style>
background-color css
<style>
a { background-color: #E5CC33; }
a { background-color: rgb(229,204,51); }
div.DivClassName
{
background-color: #E5CC33;
}
.BgClassName
{
background-color: #E5CC33;
}
</style>
border-color css
<style>
span { border-color: #E5CC33; }
span { border-color: rgb(229,204,51); }
td.TdClassName
{
border-color: #E5CC33;
}
.TagClassName
{
border-color: #E5CC33;
}
</style>