Shades of Golden Dream #EECD2A
Tints of Golden Dream #EECD2A
RGB
CMYK
RGB Variations
Color information
#EECD2A (or 0xEECD2A) is known color: Golden Dream. HEX triplet: EE, CD and 2A. RGB value is (238,205,42). Sum of RGB (Red+Green+Blue) = 238+205+42=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD2A is #1132D5. Grayscale: #C4C4C4. Windows color (decimal): -1127126 or 2805230. OLE color: 2805230.
HSL color Cylindrical-coordinate representation of color #EECD2A: hue angle of 49.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EECD2A is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 42 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.07 |
| HSL | 49.9º | 0.85% | 0.55% | - |
| HSV(B) | 49.9º | 0.82% | 0.93% | - |
| XYZ | 57.51 | 62.01 | 11.13 | - |
| YUV | 196.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 42 | 0 | 0.14 | 0.82 | 0.07 | 49.9 | 0.85 | 0.55 |
| Hex | EE | CD | 2A | 0 | E | 52 | 7 | 32 | 55 | 37 |
| Octal | 356 | 315 | 52 | 0 | 16 | 122 | 7 | 62 | 125 | 67 |
| Binary | 11101110 | 11001101 | 101010 | 0 | 1110 | 1010010 | 111 | 110010 | 1010101 | 110111 |
Color Harmonies of #EECD2A
Complementary color
Monochromatic Colors of #EECD2A
Black with #EECD2A
Text Example
Text Example
White with #EECD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD2A; }
p { color: rgb(238,205,42); }
H1.HeaderClassName
{
color: #EECD2A;
}
.AnyTagClassName
{
color: #EECD2A;
}
</style>
background-color css
<style>
a { background-color: #EECD2A; }
a { background-color: rgb(238,205,42); }
div.DivClassName
{
background-color: #EECD2A;
}
.BgClassName
{
background-color: #EECD2A;
}
</style>
border-color css
<style>
span { border-color: #EECD2A; }
span { border-color: rgb(238,205,42); }
td.TdClassName
{
border-color: #EECD2A;
}
.TagClassName
{
border-color: #EECD2A;
}
</style>