Shades of Golden Dream #EACB33
Tints of Golden Dream #EACB33
RGB
CMYK
RGB Variations
Color information
#EACB33 (or 0xEACB33) is known color: Golden Dream. HEX triplet: EA, CB and 33. RGB value is (234,203,51). Sum of RGB (Red+Green+Blue) = 234+203+51=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB33 is #1534CC. Grayscale: #C3C3C3. Windows color (decimal): -1389773 or 3394538. OLE color: 3394538.
HSL color Cylindrical-coordinate representation of color #EACB33: hue angle of 49.84º 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 #EACB33 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 51 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.08 |
| HSL | 49.84º | 0.81% | 0.56% | - |
| HSV(B) | 49.84º | 0.78% | 0.92% | - |
| XYZ | 55.89 | 60.44 | 11.85 | - |
| YUV | 194.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 51 | 0 | 0.13 | 0.78 | 0.08 | 49.84 | 0.81 | 0.56 |
| Hex | EA | CB | 33 | 0 | D | 4E | 8 | 32 | 51 | 38 |
| Octal | 352 | 313 | 63 | 0 | 15 | 116 | 10 | 62 | 121 | 70 |
| Binary | 11101010 | 11001011 | 110011 | 0 | 1101 | 1001110 | 1000 | 110010 | 1010001 | 111000 |
Color Harmonies of #EACB33
Complementary color
Monochromatic Colors of #EACB33
Black with #EACB33
Text Example
Text Example
White with #EACB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB33; }
p { color: rgb(234,203,51); }
H1.HeaderClassName
{
color: #EACB33;
}
.AnyTagClassName
{
color: #EACB33;
}
</style>
background-color css
<style>
a { background-color: #EACB33; }
a { background-color: rgb(234,203,51); }
div.DivClassName
{
background-color: #EACB33;
}
.BgClassName
{
background-color: #EACB33;
}
</style>
border-color css
<style>
span { border-color: #EACB33; }
span { border-color: rgb(234,203,51); }
td.TdClassName
{
border-color: #EACB33;
}
.TagClassName
{
border-color: #EACB33;
}
</style>