Shades of Golden Dream #EEC72B
Tints of Golden Dream #EEC72B
RGB
CMYK
RGB Variations
Color information
#EEC72B (or 0xEEC72B) is known color: Golden Dream. HEX triplet: EE, C7 and 2B. RGB value is (238,199,43). Sum of RGB (Red+Green+Blue) = 238+199+43=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC72B is #1138D4. Grayscale: #C1C1C1. Windows color (decimal): -1128661 or 2869230. OLE color: 2869230.
HSL color Cylindrical-coordinate representation of color #EEC72B: hue angle of 48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEC72B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 43 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.07 |
| HSL | 48º | 0.85% | 0.55% | - |
| HSV(B) | 48º | 0.82% | 0.93% | - |
| XYZ | 56.12 | 59.2 | 10.75 | - |
| YUV | 192.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 43 | 0 | 0.16 | 0.82 | 0.07 | 48 | 0.85 | 0.55 |
| Hex | EE | C7 | 2B | 0 | 10 | 52 | 7 | 30 | 55 | 37 |
| Octal | 356 | 307 | 53 | 0 | 20 | 122 | 7 | 60 | 125 | 67 |
| Binary | 11101110 | 11000111 | 101011 | 0 | 10000 | 1010010 | 111 | 110000 | 1010101 | 110111 |
Color Harmonies of #EEC72B
Complementary color
Monochromatic Colors of #EEC72B
Black with #EEC72B
Text Example
Text Example
White with #EEC72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC72B; }
p { color: rgb(238,199,43); }
H1.HeaderClassName
{
color: #EEC72B;
}
.AnyTagClassName
{
color: #EEC72B;
}
</style>
background-color css
<style>
a { background-color: #EEC72B; }
a { background-color: rgb(238,199,43); }
div.DivClassName
{
background-color: #EEC72B;
}
.BgClassName
{
background-color: #EEC72B;
}
</style>
border-color css
<style>
span { border-color: #EEC72B; }
span { border-color: rgb(238,199,43); }
td.TdClassName
{
border-color: #EEC72B;
}
.TagClassName
{
border-color: #EEC72B;
}
</style>