Shades of Bright Sun #EABA25
Tints of Bright Sun #EABA25
RGB
CMYK
RGB Variations
Color information
#EABA25 (or 0xEABA25) is known color: Bright Sun. HEX triplet: EA, BA and 25. RGB value is (234,186,37). Sum of RGB (Red+Green+Blue) = 234+186+37=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA25 is #1545DA. Grayscale: #B8B8B8. Windows color (decimal): -1394139 or 2472682. OLE color: 2472682.
HSL color Cylindrical-coordinate representation of color #EABA25: hue angle of 45.38º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EABA25 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 37 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.08 |
| HSL | 45.38º | 0.82% | 0.53% | - |
| HSV(B) | 45.38º | 0.84% | 0.92% | - |
| XYZ | 51.82 | 52.74 | 9.2 | - |
| YUV | 183.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 37 | 0 | 0.21 | 0.84 | 0.08 | 45.38 | 0.82 | 0.53 |
| Hex | EA | BA | 25 | 0 | 15 | 54 | 8 | 2D | 52 | 35 |
| Octal | 352 | 272 | 45 | 0 | 25 | 124 | 10 | 55 | 122 | 65 |
| Binary | 11101010 | 10111010 | 100101 | 0 | 10101 | 1010100 | 1000 | 101101 | 1010010 | 110101 |
Color Harmonies of #EABA25
Complementary color
Monochromatic Colors of #EABA25
Black with #EABA25
Text Example
Text Example
White with #EABA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA25; }
p { color: rgb(234,186,37); }
H1.HeaderClassName
{
color: #EABA25;
}
.AnyTagClassName
{
color: #EABA25;
}
</style>
background-color css
<style>
a { background-color: #EABA25; }
a { background-color: rgb(234,186,37); }
div.DivClassName
{
background-color: #EABA25;
}
.BgClassName
{
background-color: #EABA25;
}
</style>
border-color css
<style>
span { border-color: #EABA25; }
span { border-color: rgb(234,186,37); }
td.TdClassName
{
border-color: #EABA25;
}
.TagClassName
{
border-color: #EABA25;
}
</style>