Shades of Golden Dream #EECF36
Tints of Golden Dream #EECF36
RGB
CMYK
RGB Variations
Color information
#EECF36 (or 0xEECF36) is known color: Golden Dream. HEX triplet: EE, CF and 36. RGB value is (238,207,54). Sum of RGB (Red+Green+Blue) = 238+207+54=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF36 is #1130C9. Grayscale: #C7C7C7. Windows color (decimal): -1126602 or 3592174. OLE color: 3592174.
HSL color Cylindrical-coordinate representation of color #EECF36: hue angle of 49.89º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EECF36 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 54 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.07 |
| HSL | 49.89º | 0.84% | 0.57% | - |
| HSV(B) | 49.89º | 0.77% | 0.93% | - |
| XYZ | 58.24 | 63.07 | 12.59 | - |
| YUV | 198.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 54 | 0 | 0.13 | 0.77 | 0.07 | 49.89 | 0.84 | 0.57 |
| Hex | EE | CF | 36 | 0 | D | 4D | 7 | 32 | 54 | 39 |
| Octal | 356 | 317 | 66 | 0 | 15 | 115 | 7 | 62 | 124 | 71 |
| Binary | 11101110 | 11001111 | 110110 | 0 | 1101 | 1001101 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EECF36
Complementary color
Monochromatic Colors of #EECF36
Black with #EECF36
Text Example
Text Example
White with #EECF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF36; }
p { color: rgb(238,207,54); }
H1.HeaderClassName
{
color: #EECF36;
}
.AnyTagClassName
{
color: #EECF36;
}
</style>
background-color css
<style>
a { background-color: #EECF36; }
a { background-color: rgb(238,207,54); }
div.DivClassName
{
background-color: #EECF36;
}
.BgClassName
{
background-color: #EECF36;
}
</style>
border-color css
<style>
span { border-color: #EECF36; }
span { border-color: rgb(238,207,54); }
td.TdClassName
{
border-color: #EECF36;
}
.TagClassName
{
border-color: #EECF36;
}
</style>