Shades of Golden Dream #EACB36
Tints of Golden Dream #EACB36
RGB
CMYK
RGB Variations
Color information
#EACB36 (or 0xEACB36) is known color: Golden Dream. HEX triplet: EA, CB and 36. RGB value is (234,203,54). Sum of RGB (Red+Green+Blue) = 234+203+54=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB36 is #1534C9. Grayscale: #C3C3C3. Windows color (decimal): -1389770 or 3591146. OLE color: 3591146.
HSL color Cylindrical-coordinate representation of color #EACB36: hue angle of 49.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EACB36 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 54 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.08 |
| HSL | 49.67º | 0.81% | 0.56% | - |
| HSV(B) | 49.67º | 0.77% | 0.92% | - |
| XYZ | 55.95 | 60.47 | 12.21 | - |
| YUV | 195.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 54 | 0 | 0.13 | 0.77 | 0.08 | 49.67 | 0.81 | 0.56 |
| Hex | EA | CB | 36 | 0 | D | 4D | 8 | 32 | 51 | 38 |
| Octal | 352 | 313 | 66 | 0 | 15 | 115 | 10 | 62 | 121 | 70 |
| Binary | 11101010 | 11001011 | 110110 | 0 | 1101 | 1001101 | 1000 | 110010 | 1010001 | 111000 |
Color Harmonies of #EACB36
Complementary color
Monochromatic Colors of #EACB36
Black with #EACB36
Text Example
Text Example
White with #EACB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB36; }
p { color: rgb(234,203,54); }
H1.HeaderClassName
{
color: #EACB36;
}
.AnyTagClassName
{
color: #EACB36;
}
</style>
background-color css
<style>
a { background-color: #EACB36; }
a { background-color: rgb(234,203,54); }
div.DivClassName
{
background-color: #EACB36;
}
.BgClassName
{
background-color: #EACB36;
}
</style>
border-color css
<style>
span { border-color: #EACB36; }
span { border-color: rgb(234,203,54); }
td.TdClassName
{
border-color: #EACB36;
}
.TagClassName
{
border-color: #EACB36;
}
</style>