Shades of Golden Dream #EECF38
Tints of Golden Dream #EECF38
RGB
CMYK
RGB Variations
Color information
#EECF38 (or 0xEECF38) is known color: Golden Dream. HEX triplet: EE, CF and 38. RGB value is (238,207,56). Sum of RGB (Red+Green+Blue) = 238+207+56=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF38 is #1130C7. Grayscale: #C7C7C7. Windows color (decimal): -1126600 or 3723246. OLE color: 3723246.
HSL color Cylindrical-coordinate representation of color #EECF38: hue angle of 49.78º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EECF38 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 56 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.07 |
| HSL | 49.78º | 0.84% | 0.58% | - |
| HSV(B) | 49.78º | 0.76% | 0.93% | - |
| XYZ | 58.29 | 63.09 | 12.85 | - |
| YUV | 199.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 56 | 0 | 0.13 | 0.76 | 0.07 | 49.78 | 0.84 | 0.58 |
| Hex | EE | CF | 38 | 0 | D | 4C | 7 | 32 | 54 | 3A |
| Octal | 356 | 317 | 70 | 0 | 15 | 114 | 7 | 62 | 124 | 72 |
| Binary | 11101110 | 11001111 | 111000 | 0 | 1101 | 1001100 | 111 | 110010 | 1010100 | 111010 |
Color Harmonies of #EECF38
Complementary color
Monochromatic Colors of #EECF38
Black with #EECF38
Text Example
Text Example
White with #EECF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF38; }
p { color: rgb(238,207,56); }
H1.HeaderClassName
{
color: #EECF38;
}
.AnyTagClassName
{
color: #EECF38;
}
</style>
background-color css
<style>
a { background-color: #EECF38; }
a { background-color: rgb(238,207,56); }
div.DivClassName
{
background-color: #EECF38;
}
.BgClassName
{
background-color: #EECF38;
}
</style>
border-color css
<style>
span { border-color: #EECF38; }
span { border-color: rgb(238,207,56); }
td.TdClassName
{
border-color: #EECF38;
}
.TagClassName
{
border-color: #EECF38;
}
</style>