Shades of Golden Dream #E9C72B
Tints of Golden Dream #E9C72B
RGB
CMYK
RGB Variations
Color information
#E9C72B (or 0xE9C72B) is known color: Golden Dream. HEX triplet: E9, C7 and 2B. RGB value is (233,199,43). Sum of RGB (Red+Green+Blue) = 233+199+43=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C72B is #1638D4. Grayscale: #C0C0C0. Windows color (decimal): -1456341 or 2869225. OLE color: 2869225.
HSL color Cylindrical-coordinate representation of color #E9C72B: hue angle of 49.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9C72B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 43 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.09 |
| HSL | 49.26º | 0.81% | 0.54% | - |
| HSV(B) | 49.26º | 0.82% | 0.91% | - |
| XYZ | 54.46 | 58.34 | 10.68 | - |
| YUV | 191.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 43 | 0 | 0.15 | 0.82 | 0.09 | 49.26 | 0.81 | 0.54 |
| Hex | E9 | C7 | 2B | 0 | F | 52 | 9 | 31 | 51 | 36 |
| Octal | 351 | 307 | 53 | 0 | 17 | 122 | 11 | 61 | 121 | 66 |
| Binary | 11101001 | 11000111 | 101011 | 0 | 1111 | 1010010 | 1001 | 110001 | 1010001 | 110110 |
Color Harmonies of #E9C72B
Complementary color
Monochromatic Colors of #E9C72B
Black with #E9C72B
Text Example
Text Example
White with #E9C72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C72B; }
p { color: rgb(233,199,43); }
H1.HeaderClassName
{
color: #E9C72B;
}
.AnyTagClassName
{
color: #E9C72B;
}
</style>
background-color css
<style>
a { background-color: #E9C72B; }
a { background-color: rgb(233,199,43); }
div.DivClassName
{
background-color: #E9C72B;
}
.BgClassName
{
background-color: #E9C72B;
}
</style>
border-color css
<style>
span { border-color: #E9C72B; }
span { border-color: rgb(233,199,43); }
td.TdClassName
{
border-color: #E9C72B;
}
.TagClassName
{
border-color: #E9C72B;
}
</style>