Shades of Golden Dream #E5CD33
Tints of Golden Dream #E5CD33
RGB
CMYK
RGB Variations
Color information
#E5CD33 (or 0xE5CD33) is known color: Golden Dream. HEX triplet: E5, CD and 33. RGB value is (229,205,51). Sum of RGB (Red+Green+Blue) = 229+205+51=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CD33 is #1A32CC. Grayscale: #C3C3C3. Windows color (decimal): -1716941 or 3395045. OLE color: 3395045.
HSL color Cylindrical-coordinate representation of color #E5CD33: hue angle of 51.91º 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 #E5CD33 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 51 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.10 |
| HSL | 51.91º | 0.77% | 0.55% | - |
| HSV(B) | 51.91º | 0.78% | 0.9% | - |
| XYZ | 54.74 | 60.56 | 11.94 | - |
| YUV | 194.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 51 | 0 | 0.10 | 0.78 | 0.10 | 51.91 | 0.77 | 0.55 |
| Hex | E5 | CD | 33 | 0 | A | 4E | A | 34 | 4D | 37 |
| Octal | 345 | 315 | 63 | 0 | 12 | 116 | 12 | 64 | 115 | 67 |
| Binary | 11100101 | 11001101 | 110011 | 0 | 1010 | 1001110 | 1010 | 110100 | 1001101 | 110111 |
Color Harmonies of #E5CD33
Complementary color
Monochromatic Colors of #E5CD33
Black with #E5CD33
Text Example
Text Example
White with #E5CD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD33; }
p { color: rgb(229,205,51); }
H1.HeaderClassName
{
color: #E5CD33;
}
.AnyTagClassName
{
color: #E5CD33;
}
</style>
background-color css
<style>
a { background-color: #E5CD33; }
a { background-color: rgb(229,205,51); }
div.DivClassName
{
background-color: #E5CD33;
}
.BgClassName
{
background-color: #E5CD33;
}
</style>
border-color css
<style>
span { border-color: #E5CD33; }
span { border-color: rgb(229,205,51); }
td.TdClassName
{
border-color: #E5CD33;
}
.TagClassName
{
border-color: #E5CD33;
}
</style>