Shades of Golden Dream #EACA33
Tints of Golden Dream #EACA33
RGB
CMYK
RGB Variations
Color information
#EACA33 (or 0xEACA33) is known color: Golden Dream. HEX triplet: EA, CA and 33. RGB value is (234,202,51). Sum of RGB (Red+Green+Blue) = 234+202+51=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA33 is #1535CC. Grayscale: #C2C2C2. Windows color (decimal): -1390029 or 3394282. OLE color: 3394282.
HSL color Cylindrical-coordinate representation of color #EACA33: hue angle of 49.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EACA33 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 51 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.08 |
| HSL | 49.51º | 0.81% | 0.56% | - |
| HSV(B) | 49.51º | 0.78% | 0.92% | - |
| XYZ | 55.65 | 59.97 | 11.77 | - |
| YUV | 194.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 51 | 0 | 0.14 | 0.78 | 0.08 | 49.51 | 0.81 | 0.56 |
| Hex | EA | CA | 33 | 0 | E | 4E | 8 | 32 | 51 | 38 |
| Octal | 352 | 312 | 63 | 0 | 16 | 116 | 10 | 62 | 121 | 70 |
| Binary | 11101010 | 11001010 | 110011 | 0 | 1110 | 1001110 | 1000 | 110010 | 1010001 | 111000 |
Color Harmonies of #EACA33
Complementary color
Monochromatic Colors of #EACA33
Black with #EACA33
Text Example
Text Example
White with #EACA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA33; }
p { color: rgb(234,202,51); }
H1.HeaderClassName
{
color: #EACA33;
}
.AnyTagClassName
{
color: #EACA33;
}
</style>
background-color css
<style>
a { background-color: #EACA33; }
a { background-color: rgb(234,202,51); }
div.DivClassName
{
background-color: #EACA33;
}
.BgClassName
{
background-color: #EACA33;
}
</style>
border-color css
<style>
span { border-color: #EACA33; }
span { border-color: rgb(234,202,51); }
td.TdClassName
{
border-color: #EACA33;
}
.TagClassName
{
border-color: #EACA33;
}
</style>