Shades of Golden Dream #E9CC30
Tints of Golden Dream #E9CC30
RGB
CMYK
RGB Variations
Color information
#E9CC30 (or 0xE9CC30) is known color: Golden Dream. HEX triplet: E9, CC and 30. RGB value is (233,204,48). Sum of RGB (Red+Green+Blue) = 233+204+48=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CC30 is #1633CF. Grayscale: #C3C3C3. Windows color (decimal): -1455056 or 3198185. OLE color: 3198185.
HSL color Cylindrical-coordinate representation of color #E9CC30: hue angle of 50.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9CC30 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 48 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.09 |
| HSL | 50.59º | 0.81% | 0.55% | - |
| HSV(B) | 50.59º | 0.79% | 0.91% | - |
| XYZ | 55.73 | 60.72 | 11.58 | - |
| YUV | 194.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 48 | 0 | 0.12 | 0.79 | 0.09 | 50.59 | 0.81 | 0.55 |
| Hex | E9 | CC | 30 | 0 | C | 4F | 9 | 33 | 51 | 37 |
| Octal | 351 | 314 | 60 | 0 | 14 | 117 | 11 | 63 | 121 | 67 |
| Binary | 11101001 | 11001100 | 110000 | 0 | 1100 | 1001111 | 1001 | 110011 | 1010001 | 110111 |
Color Harmonies of #E9CC30
Complementary color
Monochromatic Colors of #E9CC30
Black with #E9CC30
Text Example
Text Example
White with #E9CC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC30; }
p { color: rgb(233,204,48); }
H1.HeaderClassName
{
color: #E9CC30;
}
.AnyTagClassName
{
color: #E9CC30;
}
</style>
background-color css
<style>
a { background-color: #E9CC30; }
a { background-color: rgb(233,204,48); }
div.DivClassName
{
background-color: #E9CC30;
}
.BgClassName
{
background-color: #E9CC30;
}
</style>
border-color css
<style>
span { border-color: #E9CC30; }
span { border-color: rgb(233,204,48); }
td.TdClassName
{
border-color: #E9CC30;
}
.TagClassName
{
border-color: #E9CC30;
}
</style>