Shades of Bright Sun #EAC039
Tints of Bright Sun #EAC039
RGB
CMYK
RGB Variations
Color information
#EAC039 (or 0xEAC039) is known color: Bright Sun. HEX triplet: EA, C0 and 39. RGB value is (234,192,57). Sum of RGB (Red+Green+Blue) = 234+192+57=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 57 (22.66% from 255 or 11.80% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC039 is #153FC6. Grayscale: #BDBDBD. Windows color (decimal): -1392583 or 3784938. OLE color: 3784938.
HSL color Cylindrical-coordinate representation of color #EAC039: hue angle of 45.76º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAC039 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 57 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.08 |
| HSL | 45.76º | 0.81% | 0.57% | - |
| HSV(B) | 45.76º | 0.76% | 0.92% | - |
| XYZ | 53.52 | 55.49 | 11.76 | - |
| YUV | 189.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 57 | 0 | 0.18 | 0.76 | 0.08 | 45.76 | 0.81 | 0.57 |
| Hex | EA | C0 | 39 | 0 | 12 | 4C | 8 | 2E | 51 | 39 |
| Octal | 352 | 300 | 71 | 0 | 22 | 114 | 10 | 56 | 121 | 71 |
| Binary | 11101010 | 11000000 | 111001 | 0 | 10010 | 1001100 | 1000 | 101110 | 1010001 | 111001 |
Color Harmonies of #EAC039
Complementary color
Monochromatic Colors of #EAC039
Black with #EAC039
Text Example
Text Example
White with #EAC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC039; }
p { color: rgb(234,192,57); }
H1.HeaderClassName
{
color: #EAC039;
}
.AnyTagClassName
{
color: #EAC039;
}
</style>
background-color css
<style>
a { background-color: #EAC039; }
a { background-color: rgb(234,192,57); }
div.DivClassName
{
background-color: #EAC039;
}
.BgClassName
{
background-color: #EAC039;
}
</style>
border-color css
<style>
span { border-color: #EAC039; }
span { border-color: rgb(234,192,57); }
td.TdClassName
{
border-color: #EAC039;
}
.TagClassName
{
border-color: #EAC039;
}
</style>