Shades of Golden Dream #EACB32
Tints of Golden Dream #EACB32
RGB
CMYK
RGB Variations
Color information
#EACB32 (or 0xEACB32) is known color: Golden Dream. HEX triplet: EA, CB and 32. RGB value is (234,203,50). Sum of RGB (Red+Green+Blue) = 234+203+50=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB32 is #1534CD. Grayscale: #C3C3C3. Windows color (decimal): -1389774 or 3329002. OLE color: 3329002.
HSL color Cylindrical-coordinate representation of color #EACB32: hue angle of 49.89º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EACB32 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 50 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.08 |
| HSL | 49.89º | 0.81% | 0.56% | - |
| HSV(B) | 49.89º | 0.79% | 0.92% | - |
| XYZ | 55.86 | 60.43 | 11.74 | - |
| YUV | 194.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 50 | 0 | 0.13 | 0.79 | 0.08 | 49.89 | 0.81 | 0.56 |
| Hex | EA | CB | 32 | 0 | D | 4F | 8 | 32 | 51 | 38 |
| Octal | 352 | 313 | 62 | 0 | 15 | 117 | 10 | 62 | 121 | 70 |
| Binary | 11101010 | 11001011 | 110010 | 0 | 1101 | 1001111 | 1000 | 110010 | 1010001 | 111000 |
Color Harmonies of #EACB32
Complementary color
Monochromatic Colors of #EACB32
Black with #EACB32
Text Example
Text Example
White with #EACB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB32; }
p { color: rgb(234,203,50); }
H1.HeaderClassName
{
color: #EACB32;
}
.AnyTagClassName
{
color: #EACB32;
}
</style>
background-color css
<style>
a { background-color: #EACB32; }
a { background-color: rgb(234,203,50); }
div.DivClassName
{
background-color: #EACB32;
}
.BgClassName
{
background-color: #EACB32;
}
</style>
border-color css
<style>
span { border-color: #EACB32; }
span { border-color: rgb(234,203,50); }
td.TdClassName
{
border-color: #EACB32;
}
.TagClassName
{
border-color: #EACB32;
}
</style>