Shades of Golden Dream #EECB35
Tints of Golden Dream #EECB35
RGB
CMYK
RGB Variations
Color information
#EECB35 (or 0xEECB35) is known color: Golden Dream. HEX triplet: EE, CB and 35. RGB value is (238,203,53). Sum of RGB (Red+Green+Blue) = 238+203+53=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB35 is #1134CA. Grayscale: #C5C5C5. Windows color (decimal): -1127627 or 3525614. OLE color: 3525614.
HSL color Cylindrical-coordinate representation of color #EECB35: hue angle of 48.65º degrees, saturation: 0.84, 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 #EECB35 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 53 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.07 |
| HSL | 48.65º | 0.84% | 0.57% | - |
| HSV(B) | 48.65º | 0.78% | 0.93% | - |
| XYZ | 57.26 | 61.15 | 12.15 | - |
| YUV | 196.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 53 | 0 | 0.15 | 0.78 | 0.07 | 48.65 | 0.84 | 0.57 |
| Hex | EE | CB | 35 | 0 | F | 4E | 7 | 31 | 54 | 39 |
| Octal | 356 | 313 | 65 | 0 | 17 | 116 | 7 | 61 | 124 | 71 |
| Binary | 11101110 | 11001011 | 110101 | 0 | 1111 | 1001110 | 111 | 110001 | 1010100 | 111001 |
Color Harmonies of #EECB35
Complementary color
Monochromatic Colors of #EECB35
Black with #EECB35
Text Example
Text Example
White with #EECB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB35; }
p { color: rgb(238,203,53); }
H1.HeaderClassName
{
color: #EECB35;
}
.AnyTagClassName
{
color: #EECB35;
}
</style>
background-color css
<style>
a { background-color: #EECB35; }
a { background-color: rgb(238,203,53); }
div.DivClassName
{
background-color: #EECB35;
}
.BgClassName
{
background-color: #EECB35;
}
</style>
border-color css
<style>
span { border-color: #EECB35; }
span { border-color: rgb(238,203,53); }
td.TdClassName
{
border-color: #EECB35;
}
.TagClassName
{
border-color: #EECB35;
}
</style>