Shades of Golden Dream #EECE33
Tints of Golden Dream #EECE33
RGB
CMYK
RGB Variations
Color information
#EECE33 (or 0xEECE33) is known color: Golden Dream. HEX triplet: EE, CE and 33. RGB value is (238,206,51). Sum of RGB (Red+Green+Blue) = 238+206+51=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE33 is #1131CC. Grayscale: #C6C6C6. Windows color (decimal): -1126861 or 3395310. OLE color: 3395310.
HSL color Cylindrical-coordinate representation of color #EECE33: hue angle of 49.73º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EECE33 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 51 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.07 |
| HSL | 49.73º | 0.85% | 0.57% | - |
| HSV(B) | 49.73º | 0.79% | 0.93% | - |
| XYZ | 57.93 | 62.56 | 12.15 | - |
| YUV | 197.9 | 45.1 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 51 | 0 | 0.13 | 0.79 | 0.07 | 49.73 | 0.85 | 0.57 |
| Hex | EE | CE | 33 | 0 | D | 4F | 7 | 32 | 55 | 39 |
| Octal | 356 | 316 | 63 | 0 | 15 | 117 | 7 | 62 | 125 | 71 |
| Binary | 11101110 | 11001110 | 110011 | 0 | 1101 | 1001111 | 111 | 110010 | 1010101 | 111001 |
Color Harmonies of #EECE33
Complementary color
Monochromatic Colors of #EECE33
Black with #EECE33
Text Example
Text Example
White with #EECE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE33; }
p { color: rgb(238,206,51); }
H1.HeaderClassName
{
color: #EECE33;
}
.AnyTagClassName
{
color: #EECE33;
}
</style>
background-color css
<style>
a { background-color: #EECE33; }
a { background-color: rgb(238,206,51); }
div.DivClassName
{
background-color: #EECE33;
}
.BgClassName
{
background-color: #EECE33;
}
</style>
border-color css
<style>
span { border-color: #EECE33; }
span { border-color: rgb(238,206,51); }
td.TdClassName
{
border-color: #EECE33;
}
.TagClassName
{
border-color: #EECE33;
}
</style>