Shades of Bright Sun #EABB29
Tints of Bright Sun #EABB29
RGB
CMYK
RGB Variations
Color information
#EABB29 (or 0xEABB29) is known color: Bright Sun. HEX triplet: EA, BB and 29. RGB value is (234,187,41). Sum of RGB (Red+Green+Blue) = 234+187+41=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB29 is #1544D6. Grayscale: #B9B9B9. Windows color (decimal): -1393879 or 2735082. OLE color: 2735082.
HSL color Cylindrical-coordinate representation of color #EABB29: hue angle of 45.39º 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 #EABB29 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 41 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.08 |
| HSL | 45.39º | 0.82% | 0.54% | - |
| HSV(B) | 45.39º | 0.82% | 0.92% | - |
| XYZ | 52.1 | 53.19 | 9.62 | - |
| YUV | 184.41 | 47.07 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 41 | 0 | 0.20 | 0.82 | 0.08 | 45.39 | 0.82 | 0.54 |
| Hex | EA | BB | 29 | 0 | 14 | 52 | 8 | 2D | 52 | 36 |
| Octal | 352 | 273 | 51 | 0 | 24 | 122 | 10 | 55 | 122 | 66 |
| Binary | 11101010 | 10111011 | 101001 | 0 | 10100 | 1010010 | 1000 | 101101 | 1010010 | 110110 |
Color Harmonies of #EABB29
Complementary color
Monochromatic Colors of #EABB29
Black with #EABB29
Text Example
Text Example
White with #EABB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB29; }
p { color: rgb(234,187,41); }
H1.HeaderClassName
{
color: #EABB29;
}
.AnyTagClassName
{
color: #EABB29;
}
</style>
background-color css
<style>
a { background-color: #EABB29; }
a { background-color: rgb(234,187,41); }
div.DivClassName
{
background-color: #EABB29;
}
.BgClassName
{
background-color: #EABB29;
}
</style>
border-color css
<style>
span { border-color: #EABB29; }
span { border-color: rgb(234,187,41); }
td.TdClassName
{
border-color: #EABB29;
}
.TagClassName
{
border-color: #EABB29;
}
</style>