Shades of Golden Dream #EACD30
Tints of Golden Dream #EACD30
RGB
CMYK
RGB Variations
Color information
#EACD30 (or 0xEACD30) is known color: Golden Dream. HEX triplet: EA, CD and 30. RGB value is (234,205,48). Sum of RGB (Red+Green+Blue) = 234+205+48=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD30 is #1532CF. Grayscale: #C4C4C4. Windows color (decimal): -1389264 or 3198442. OLE color: 3198442.
HSL color Cylindrical-coordinate representation of color #EACD30: hue angle of 50.65º 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 #EACD30 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 48 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.08 |
| HSL | 50.65º | 0.82% | 0.55% | - |
| HSV(B) | 50.65º | 0.79% | 0.92% | - |
| XYZ | 56.3 | 61.37 | 11.67 | - |
| YUV | 195.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 48 | 0 | 0.12 | 0.79 | 0.08 | 50.65 | 0.82 | 0.55 |
| Hex | EA | CD | 30 | 0 | C | 4F | 8 | 33 | 52 | 37 |
| Octal | 352 | 315 | 60 | 0 | 14 | 117 | 10 | 63 | 122 | 67 |
| Binary | 11101010 | 11001101 | 110000 | 0 | 1100 | 1001111 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EACD30
Complementary color
Monochromatic Colors of #EACD30
Black with #EACD30
Text Example
Text Example
White with #EACD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD30; }
p { color: rgb(234,205,48); }
H1.HeaderClassName
{
color: #EACD30;
}
.AnyTagClassName
{
color: #EACD30;
}
</style>
background-color css
<style>
a { background-color: #EACD30; }
a { background-color: rgb(234,205,48); }
div.DivClassName
{
background-color: #EACD30;
}
.BgClassName
{
background-color: #EACD30;
}
</style>
border-color css
<style>
span { border-color: #EACD30; }
span { border-color: rgb(234,205,48); }
td.TdClassName
{
border-color: #EACD30;
}
.TagClassName
{
border-color: #EACD30;
}
</style>