Shades of Bright Sun #EAC032
Tints of Bright Sun #EAC032
RGB
CMYK
RGB Variations
Color information
#EAC032 (or 0xEAC032) is known color: Bright Sun. HEX triplet: EA, C0 and 32. RGB value is (234,192,50). Sum of RGB (Red+Green+Blue) = 234+192+50=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC032 is #153FCD. Grayscale: #BCBCBC. Windows color (decimal): -1392590 or 3326186. OLE color: 3326186.
HSL color Cylindrical-coordinate representation of color #EAC032: hue angle of 46.3º 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 #EAC032 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 50 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.08 |
| HSL | 46.3º | 0.81% | 0.56% | - |
| HSV(B) | 46.3º | 0.79% | 0.92% | - |
| XYZ | 53.36 | 55.42 | 10.9 | - |
| YUV | 188.37 | 49.91 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 50 | 0 | 0.18 | 0.79 | 0.08 | 46.3 | 0.81 | 0.56 |
| Hex | EA | C0 | 32 | 0 | 12 | 4F | 8 | 2E | 51 | 38 |
| Octal | 352 | 300 | 62 | 0 | 22 | 117 | 10 | 56 | 121 | 70 |
| Binary | 11101010 | 11000000 | 110010 | 0 | 10010 | 1001111 | 1000 | 101110 | 1010001 | 111000 |
Color Harmonies of #EAC032
Complementary color
Monochromatic Colors of #EAC032
Black with #EAC032
Text Example
Text Example
White with #EAC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC032; }
p { color: rgb(234,192,50); }
H1.HeaderClassName
{
color: #EAC032;
}
.AnyTagClassName
{
color: #EAC032;
}
</style>
background-color css
<style>
a { background-color: #EAC032; }
a { background-color: rgb(234,192,50); }
div.DivClassName
{
background-color: #EAC032;
}
.BgClassName
{
background-color: #EAC032;
}
</style>
border-color css
<style>
span { border-color: #EAC032; }
span { border-color: rgb(234,192,50); }
td.TdClassName
{
border-color: #EAC032;
}
.TagClassName
{
border-color: #EAC032;
}
</style>