Shades of Golden Dream #EACC30
Tints of Golden Dream #EACC30
RGB
CMYK
RGB Variations
Color information
#EACC30 (or 0xEACC30) is known color: Golden Dream. HEX triplet: EA, CC and 30. RGB value is (234,204,48). Sum of RGB (Red+Green+Blue) = 234+204+48=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC30 is #1533CF. Grayscale: #C3C3C3. Windows color (decimal): -1389520 or 3198186. OLE color: 3198186.
HSL color Cylindrical-coordinate representation of color #EACC30: hue angle of 50.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EACC30 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 48 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.08 |
| HSL | 50.32º | 0.82% | 0.55% | - |
| HSV(B) | 50.32º | 0.79% | 0.92% | - |
| XYZ | 56.06 | 60.89 | 11.59 | - |
| YUV | 195.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 48 | 0 | 0.13 | 0.79 | 0.08 | 50.32 | 0.82 | 0.55 |
| Hex | EA | CC | 30 | 0 | D | 4F | 8 | 32 | 52 | 37 |
| Octal | 352 | 314 | 60 | 0 | 15 | 117 | 10 | 62 | 122 | 67 |
| Binary | 11101010 | 11001100 | 110000 | 0 | 1101 | 1001111 | 1000 | 110010 | 1010010 | 110111 |
Color Harmonies of #EACC30
Complementary color
Monochromatic Colors of #EACC30
Black with #EACC30
Text Example
Text Example
White with #EACC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC30; }
p { color: rgb(234,204,48); }
H1.HeaderClassName
{
color: #EACC30;
}
.AnyTagClassName
{
color: #EACC30;
}
</style>
background-color css
<style>
a { background-color: #EACC30; }
a { background-color: rgb(234,204,48); }
div.DivClassName
{
background-color: #EACC30;
}
.BgClassName
{
background-color: #EACC30;
}
</style>
border-color css
<style>
span { border-color: #EACC30; }
span { border-color: rgb(234,204,48); }
td.TdClassName
{
border-color: #EACC30;
}
.TagClassName
{
border-color: #EACC30;
}
</style>