Shades of Golden Dream #E9CC31
Tints of Golden Dream #E9CC31
RGB
CMYK
RGB Variations
Color information
#E9CC31 (or 0xE9CC31) is known color: Golden Dream. HEX triplet: E9, CC and 31. RGB value is (233,204,49). Sum of RGB (Red+Green+Blue) = 233+204+49=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CC31 is #1633CE. Grayscale: #C3C3C3. Windows color (decimal): -1455055 or 3263721. OLE color: 3263721.
HSL color Cylindrical-coordinate representation of color #E9CC31: hue angle of 50.54º 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 #E9CC31 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 49 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.09 |
| HSL | 50.54º | 0.81% | 0.55% | - |
| HSV(B) | 50.54º | 0.79% | 0.91% | - |
| XYZ | 55.75 | 60.73 | 11.69 | - |
| YUV | 195 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 49 | 0 | 0.12 | 0.79 | 0.09 | 50.54 | 0.81 | 0.55 |
| Hex | E9 | CC | 31 | 0 | C | 4F | 9 | 33 | 51 | 37 |
| Octal | 351 | 314 | 61 | 0 | 14 | 117 | 11 | 63 | 121 | 67 |
| Binary | 11101001 | 11001100 | 110001 | 0 | 1100 | 1001111 | 1001 | 110011 | 1010001 | 110111 |
Color Harmonies of #E9CC31
Complementary color
Monochromatic Colors of #E9CC31
Black with #E9CC31
Text Example
Text Example
White with #E9CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC31; }
p { color: rgb(233,204,49); }
H1.HeaderClassName
{
color: #E9CC31;
}
.AnyTagClassName
{
color: #E9CC31;
}
</style>
background-color css
<style>
a { background-color: #E9CC31; }
a { background-color: rgb(233,204,49); }
div.DivClassName
{
background-color: #E9CC31;
}
.BgClassName
{
background-color: #E9CC31;
}
</style>
border-color css
<style>
span { border-color: #E9CC31; }
span { border-color: rgb(233,204,49); }
td.TdClassName
{
border-color: #E9CC31;
}
.TagClassName
{
border-color: #E9CC31;
}
</style>