Shades of Bright Sun #EAB921
Tints of Bright Sun #EAB921
RGB
CMYK
RGB Variations
Color information
#EAB921 (or 0xEAB921) is known color: Bright Sun. HEX triplet: EA, B9 and 21. RGB value is (234,185,33). Sum of RGB (Red+Green+Blue) = 234+185+33=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB921 is #1546DE. Grayscale: #B6B6B6. Windows color (decimal): -1394399 or 2210282. OLE color: 2210282.
HSL color Cylindrical-coordinate representation of color #EAB921: hue angle of 45.37º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAB921 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 33 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.08 |
| HSL | 45.37º | 0.83% | 0.52% | - |
| HSV(B) | 45.37º | 0.86% | 0.92% | - |
| XYZ | 51.56 | 52.3 | 8.82 | - |
| YUV | 182.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 33 | 0 | 0.21 | 0.86 | 0.08 | 45.37 | 0.83 | 0.52 |
| Hex | EA | B9 | 21 | 0 | 15 | 56 | 8 | 2D | 53 | 34 |
| Octal | 352 | 271 | 41 | 0 | 25 | 126 | 10 | 55 | 123 | 64 |
| Binary | 11101010 | 10111001 | 100001 | 0 | 10101 | 1010110 | 1000 | 101101 | 1010011 | 110100 |
Color Harmonies of #EAB921
Complementary color
Monochromatic Colors of #EAB921
Black with #EAB921
Text Example
Text Example
White with #EAB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB921; }
p { color: rgb(234,185,33); }
H1.HeaderClassName
{
color: #EAB921;
}
.AnyTagClassName
{
color: #EAB921;
}
</style>
background-color css
<style>
a { background-color: #EAB921; }
a { background-color: rgb(234,185,33); }
div.DivClassName
{
background-color: #EAB921;
}
.BgClassName
{
background-color: #EAB921;
}
</style>
border-color css
<style>
span { border-color: #EAB921; }
span { border-color: rgb(234,185,33); }
td.TdClassName
{
border-color: #EAB921;
}
.TagClassName
{
border-color: #EAB921;
}
</style>