Shades of Bright Sun #EAC029
Tints of Bright Sun #EAC029
RGB
CMYK
RGB Variations
Color information
#EAC029 (or 0xEAC029) is known color: Bright Sun. HEX triplet: EA, C0 and 29. RGB value is (234,192,41). Sum of RGB (Red+Green+Blue) = 234+192+41=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC029 is #153FD6. Grayscale: #BBBBBB. Windows color (decimal): -1392599 or 2736362. OLE color: 2736362.
HSL color Cylindrical-coordinate representation of color #EAC029: hue angle of 46.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAC029 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 41 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.08 |
| HSL | 46.94º | 0.82% | 0.54% | - |
| HSV(B) | 46.94º | 0.82% | 0.92% | - |
| XYZ | 53.18 | 55.35 | 9.98 | - |
| YUV | 187.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 41 | 0 | 0.18 | 0.82 | 0.08 | 46.94 | 0.82 | 0.54 |
| Hex | EA | C0 | 29 | 0 | 12 | 52 | 8 | 2F | 52 | 36 |
| Octal | 352 | 300 | 51 | 0 | 22 | 122 | 10 | 57 | 122 | 66 |
| Binary | 11101010 | 11000000 | 101001 | 0 | 10010 | 1010010 | 1000 | 101111 | 1010010 | 110110 |
Color Harmonies of #EAC029
Complementary color
Monochromatic Colors of #EAC029
Black with #EAC029
Text Example
Text Example
White with #EAC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC029; }
p { color: rgb(234,192,41); }
H1.HeaderClassName
{
color: #EAC029;
}
.AnyTagClassName
{
color: #EAC029;
}
</style>
background-color css
<style>
a { background-color: #EAC029; }
a { background-color: rgb(234,192,41); }
div.DivClassName
{
background-color: #EAC029;
}
.BgClassName
{
background-color: #EAC029;
}
</style>
border-color css
<style>
span { border-color: #EAC029; }
span { border-color: rgb(234,192,41); }
td.TdClassName
{
border-color: #EAC029;
}
.TagClassName
{
border-color: #EAC029;
}
</style>