Shades of Golden Dream #EEC72E
Tints of Golden Dream #EEC72E
RGB
CMYK
RGB Variations
Color information
#EEC72E (or 0xEEC72E) is known color: Golden Dream. HEX triplet: EE, C7 and 2E. RGB value is (238,199,46). Sum of RGB (Red+Green+Blue) = 238+199+46=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC72E is #1138D1. Grayscale: #C1C1C1. Windows color (decimal): -1128658 or 3065838. OLE color: 3065838.
HSL color Cylindrical-coordinate representation of color #EEC72E: hue angle of 47.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC72E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 46 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 47.81º | 0.85% | 0.56% | - |
| HSV(B) | 47.81º | 0.81% | 0.93% | - |
| XYZ | 56.18 | 59.22 | 11.05 | - |
| YUV | 193.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 46 | 0 | 0.16 | 0.81 | 0.07 | 47.81 | 0.85 | 0.56 |
| Hex | EE | C7 | 2E | 0 | 10 | 51 | 7 | 30 | 55 | 38 |
| Octal | 356 | 307 | 56 | 0 | 20 | 121 | 7 | 60 | 125 | 70 |
| Binary | 11101110 | 11000111 | 101110 | 0 | 10000 | 1010001 | 111 | 110000 | 1010101 | 111000 |
Color Harmonies of #EEC72E
Complementary color
Monochromatic Colors of #EEC72E
Black with #EEC72E
Text Example
Text Example
White with #EEC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC72E; }
p { color: rgb(238,199,46); }
H1.HeaderClassName
{
color: #EEC72E;
}
.AnyTagClassName
{
color: #EEC72E;
}
</style>
background-color css
<style>
a { background-color: #EEC72E; }
a { background-color: rgb(238,199,46); }
div.DivClassName
{
background-color: #EEC72E;
}
.BgClassName
{
background-color: #EEC72E;
}
</style>
border-color css
<style>
span { border-color: #EEC72E; }
span { border-color: rgb(238,199,46); }
td.TdClassName
{
border-color: #EEC72E;
}
.TagClassName
{
border-color: #EEC72E;
}
</style>