Shades of Bright Sun #EAB828
Tints of Bright Sun #EAB828
RGB
CMYK
RGB Variations
Color information
#EAB828 (or 0xEAB828) is known color: Bright Sun. HEX triplet: EA, B8 and 28. RGB value is (234,184,40). Sum of RGB (Red+Green+Blue) = 234+184+40=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB828 is #1547D7. Grayscale: #B7B7B7. Windows color (decimal): -1394648 or 2668778. OLE color: 2668778.
HSL color Cylindrical-coordinate representation of color #EAB828: hue angle of 44.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAB828 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 40 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.08 |
| HSL | 44.54º | 0.82% | 0.54% | - |
| HSV(B) | 44.54º | 0.83% | 0.92% | - |
| XYZ | 51.46 | 51.93 | 9.32 | - |
| YUV | 182.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 40 | 0 | 0.21 | 0.83 | 0.08 | 44.54 | 0.82 | 0.54 |
| Hex | EA | B8 | 28 | 0 | 15 | 53 | 8 | 2D | 52 | 36 |
| Octal | 352 | 270 | 50 | 0 | 25 | 123 | 10 | 55 | 122 | 66 |
| Binary | 11101010 | 10111000 | 101000 | 0 | 10101 | 1010011 | 1000 | 101101 | 1010010 | 110110 |
Color Harmonies of #EAB828
Complementary color
Monochromatic Colors of #EAB828
Black with #EAB828
Text Example
Text Example
White with #EAB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB828; }
p { color: rgb(234,184,40); }
H1.HeaderClassName
{
color: #EAB828;
}
.AnyTagClassName
{
color: #EAB828;
}
</style>
background-color css
<style>
a { background-color: #EAB828; }
a { background-color: rgb(234,184,40); }
div.DivClassName
{
background-color: #EAB828;
}
.BgClassName
{
background-color: #EAB828;
}
</style>
border-color css
<style>
span { border-color: #EAB828; }
span { border-color: rgb(234,184,40); }
td.TdClassName
{
border-color: #EAB828;
}
.TagClassName
{
border-color: #EAB828;
}
</style>