Shades of Golden Dream #EECF2D
Tints of Golden Dream #EECF2D
RGB
CMYK
RGB Variations
Color information
#EECF2D (or 0xEECF2D) is known color: Golden Dream. HEX triplet: EE, CF and 2D. RGB value is (238,207,45). Sum of RGB (Red+Green+Blue) = 238+207+45=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF2D is #1130D2. Grayscale: #C6C6C6. Windows color (decimal): -1126611 or 3002350. OLE color: 3002350.
HSL color Cylindrical-coordinate representation of color #EECF2D: hue angle of 50.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EECF2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 45 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.07 |
| HSL | 50.36º | 0.85% | 0.55% | - |
| HSV(B) | 50.36º | 0.81% | 0.93% | - |
| XYZ | 58.05 | 62.99 | 11.58 | - |
| YUV | 197.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 45 | 0 | 0.13 | 0.81 | 0.07 | 50.36 | 0.85 | 0.55 |
| Hex | EE | CF | 2D | 0 | D | 51 | 7 | 32 | 55 | 37 |
| Octal | 356 | 317 | 55 | 0 | 15 | 121 | 7 | 62 | 125 | 67 |
| Binary | 11101110 | 11001111 | 101101 | 0 | 1101 | 1010001 | 111 | 110010 | 1010101 | 110111 |
Color Harmonies of #EECF2D
Complementary color
Monochromatic Colors of #EECF2D
Black with #EECF2D
Text Example
Text Example
White with #EECF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF2D; }
p { color: rgb(238,207,45); }
H1.HeaderClassName
{
color: #EECF2D;
}
.AnyTagClassName
{
color: #EECF2D;
}
</style>
background-color css
<style>
a { background-color: #EECF2D; }
a { background-color: rgb(238,207,45); }
div.DivClassName
{
background-color: #EECF2D;
}
.BgClassName
{
background-color: #EECF2D;
}
</style>
border-color css
<style>
span { border-color: #EECF2D; }
span { border-color: rgb(238,207,45); }
td.TdClassName
{
border-color: #EECF2D;
}
.TagClassName
{
border-color: #EECF2D;
}
</style>