Shades of Golden Dream #EECD34
Tints of Golden Dream #EECD34
RGB
CMYK
RGB Variations
Color information
#EECD34 (or 0xEECD34) is known color: Golden Dream. HEX triplet: EE, CD and 34. RGB value is (238,205,52). Sum of RGB (Red+Green+Blue) = 238+205+52=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD34 is #1132CB. Grayscale: #C6C6C6. Windows color (decimal): -1127116 or 3460590. OLE color: 3460590.
HSL color Cylindrical-coordinate representation of color #EECD34: hue angle of 49.35º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EECD34 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 52 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.07 |
| HSL | 49.35º | 0.85% | 0.57% | - |
| HSV(B) | 49.35º | 0.78% | 0.93% | - |
| XYZ | 57.71 | 62.09 | 12.19 | - |
| YUV | 197.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 52 | 0 | 0.14 | 0.78 | 0.07 | 49.35 | 0.85 | 0.57 |
| Hex | EE | CD | 34 | 0 | E | 4E | 7 | 31 | 55 | 39 |
| Octal | 356 | 315 | 64 | 0 | 16 | 116 | 7 | 61 | 125 | 71 |
| Binary | 11101110 | 11001101 | 110100 | 0 | 1110 | 1001110 | 111 | 110001 | 1010101 | 111001 |
Color Harmonies of #EECD34
Complementary color
Monochromatic Colors of #EECD34
Black with #EECD34
Text Example
Text Example
White with #EECD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD34; }
p { color: rgb(238,205,52); }
H1.HeaderClassName
{
color: #EECD34;
}
.AnyTagClassName
{
color: #EECD34;
}
</style>
background-color css
<style>
a { background-color: #EECD34; }
a { background-color: rgb(238,205,52); }
div.DivClassName
{
background-color: #EECD34;
}
.BgClassName
{
background-color: #EECD34;
}
</style>
border-color css
<style>
span { border-color: #EECD34; }
span { border-color: rgb(238,205,52); }
td.TdClassName
{
border-color: #EECD34;
}
.TagClassName
{
border-color: #EECD34;
}
</style>