Shades of Golden Dream #EACA30
Tints of Golden Dream #EACA30
RGB
CMYK
RGB Variations
Color information
#EACA30 (or 0xEACA30) is known color: Golden Dream. HEX triplet: EA, CA and 30. RGB value is (234,202,48). Sum of RGB (Red+Green+Blue) = 234+202+48=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA30 is #1535CF. Grayscale: #C2C2C2. Windows color (decimal): -1390032 or 3197674. OLE color: 3197674.
HSL color Cylindrical-coordinate representation of color #EACA30: hue angle of 49.68º 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 #EACA30 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 48 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.08 |
| HSL | 49.68º | 0.82% | 0.55% | - |
| HSV(B) | 49.68º | 0.79% | 0.92% | - |
| XYZ | 55.59 | 59.95 | 11.44 | - |
| YUV | 194.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 48 | 0 | 0.14 | 0.79 | 0.08 | 49.68 | 0.82 | 0.55 |
| Hex | EA | CA | 30 | 0 | E | 4F | 8 | 32 | 52 | 37 |
| Octal | 352 | 312 | 60 | 0 | 16 | 117 | 10 | 62 | 122 | 67 |
| Binary | 11101010 | 11001010 | 110000 | 0 | 1110 | 1001111 | 1000 | 110010 | 1010010 | 110111 |
Color Harmonies of #EACA30
Complementary color
Monochromatic Colors of #EACA30
Black with #EACA30
Text Example
Text Example
White with #EACA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA30; }
p { color: rgb(234,202,48); }
H1.HeaderClassName
{
color: #EACA30;
}
.AnyTagClassName
{
color: #EACA30;
}
</style>
background-color css
<style>
a { background-color: #EACA30; }
a { background-color: rgb(234,202,48); }
div.DivClassName
{
background-color: #EACA30;
}
.BgClassName
{
background-color: #EACA30;
}
</style>
border-color css
<style>
span { border-color: #EACA30; }
span { border-color: rgb(234,202,48); }
td.TdClassName
{
border-color: #EACA30;
}
.TagClassName
{
border-color: #EACA30;
}
</style>