Shades of Bright Sun #EABA29
Tints of Bright Sun #EABA29
RGB
CMYK
RGB Variations
Color information
#EABA29 (or 0xEABA29) is known color: Bright Sun. HEX triplet: EA, BA and 29. RGB value is (234,186,41). Sum of RGB (Red+Green+Blue) = 234+186+41=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA29 is #1545D6. Grayscale: #B8B8B8. Windows color (decimal): -1394135 or 2734826. OLE color: 2734826.
HSL color Cylindrical-coordinate representation of color #EABA29: hue angle of 45.08º 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 #EABA29 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 41 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.08 |
| HSL | 45.08º | 0.82% | 0.54% | - |
| HSV(B) | 45.08º | 0.82% | 0.92% | - |
| XYZ | 51.89 | 52.77 | 9.55 | - |
| YUV | 183.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 41 | 0 | 0.21 | 0.82 | 0.08 | 45.08 | 0.82 | 0.54 |
| Hex | EA | BA | 29 | 0 | 15 | 52 | 8 | 2D | 52 | 36 |
| Octal | 352 | 272 | 51 | 0 | 25 | 122 | 10 | 55 | 122 | 66 |
| Binary | 11101010 | 10111010 | 101001 | 0 | 10101 | 1010010 | 1000 | 101101 | 1010010 | 110110 |
Color Harmonies of #EABA29
Complementary color
Monochromatic Colors of #EABA29
Black with #EABA29
Text Example
Text Example
White with #EABA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA29; }
p { color: rgb(234,186,41); }
H1.HeaderClassName
{
color: #EABA29;
}
.AnyTagClassName
{
color: #EABA29;
}
</style>
background-color css
<style>
a { background-color: #EABA29; }
a { background-color: rgb(234,186,41); }
div.DivClassName
{
background-color: #EABA29;
}
.BgClassName
{
background-color: #EABA29;
}
</style>
border-color css
<style>
span { border-color: #EABA29; }
span { border-color: rgb(234,186,41); }
td.TdClassName
{
border-color: #EABA29;
}
.TagClassName
{
border-color: #EABA29;
}
</style>