Shades of Bright Sun #EAC02A
Tints of Bright Sun #EAC02A
RGB
CMYK
RGB Variations
Color information
#EAC02A (or 0xEAC02A) is known color: Bright Sun. HEX triplet: EA, C0 and 2A. RGB value is (234,192,42). Sum of RGB (Red+Green+Blue) = 234+192+42=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC02A is #153FD5. Grayscale: #BCBCBC. Windows color (decimal): -1392598 or 2801898. OLE color: 2801898.
HSL color Cylindrical-coordinate representation of color #EAC02A: hue angle of 46.88º 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 #EAC02A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 42 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.08 |
| HSL | 46.88º | 0.82% | 0.54% | - |
| HSV(B) | 46.88º | 0.82% | 0.92% | - |
| XYZ | 53.2 | 55.36 | 10.07 | - |
| YUV | 187.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 42 | 0 | 0.18 | 0.82 | 0.08 | 46.88 | 0.82 | 0.54 |
| Hex | EA | C0 | 2A | 0 | 12 | 52 | 8 | 2F | 52 | 36 |
| Octal | 352 | 300 | 52 | 0 | 22 | 122 | 10 | 57 | 122 | 66 |
| Binary | 11101010 | 11000000 | 101010 | 0 | 10010 | 1010010 | 1000 | 101111 | 1010010 | 110110 |
Color Harmonies of #EAC02A
Complementary color
Monochromatic Colors of #EAC02A
Black with #EAC02A
Text Example
Text Example
White with #EAC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC02A; }
p { color: rgb(234,192,42); }
H1.HeaderClassName
{
color: #EAC02A;
}
.AnyTagClassName
{
color: #EAC02A;
}
</style>
background-color css
<style>
a { background-color: #EAC02A; }
a { background-color: rgb(234,192,42); }
div.DivClassName
{
background-color: #EAC02A;
}
.BgClassName
{
background-color: #EAC02A;
}
</style>
border-color css
<style>
span { border-color: #EAC02A; }
span { border-color: rgb(234,192,42); }
td.TdClassName
{
border-color: #EAC02A;
}
.TagClassName
{
border-color: #EAC02A;
}
</style>