Shades of Golden Dream #EEC830
Tints of Golden Dream #EEC830
RGB
CMYK
RGB Variations
Color information
#EEC830 (or 0xEEC830) is known color: Golden Dream. HEX triplet: EE, C8 and 30. RGB value is (238,200,48). Sum of RGB (Red+Green+Blue) = 238+200+48=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC830 is #1137CF. Grayscale: #C2C2C2. Windows color (decimal): -1128400 or 3197166. OLE color: 3197166.
HSL color Cylindrical-coordinate representation of color #EEC830: hue angle of 48º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEC830 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 48 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.07 |
| HSL | 48º | 0.85% | 0.56% | - |
| HSV(B) | 48º | 0.8% | 0.93% | - |
| XYZ | 56.45 | 59.7 | 11.34 | - |
| YUV | 194.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 48 | 0 | 0.16 | 0.80 | 0.07 | 48 | 0.85 | 0.56 |
| Hex | EE | C8 | 30 | 0 | 10 | 50 | 7 | 30 | 55 | 38 |
| Octal | 356 | 310 | 60 | 0 | 20 | 120 | 7 | 60 | 125 | 70 |
| Binary | 11101110 | 11001000 | 110000 | 0 | 10000 | 1010000 | 111 | 110000 | 1010101 | 111000 |
Color Harmonies of #EEC830
Complementary color
Monochromatic Colors of #EEC830
Black with #EEC830
Text Example
Text Example
White with #EEC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC830; }
p { color: rgb(238,200,48); }
H1.HeaderClassName
{
color: #EEC830;
}
.AnyTagClassName
{
color: #EEC830;
}
</style>
background-color css
<style>
a { background-color: #EEC830; }
a { background-color: rgb(238,200,48); }
div.DivClassName
{
background-color: #EEC830;
}
.BgClassName
{
background-color: #EEC830;
}
</style>
border-color css
<style>
span { border-color: #EEC830; }
span { border-color: rgb(238,200,48); }
td.TdClassName
{
border-color: #EEC830;
}
.TagClassName
{
border-color: #EEC830;
}
</style>