Shades of Bright Sun #EABB25
Tints of Bright Sun #EABB25
RGB
CMYK
RGB Variations
Color information
#EABB25 (or 0xEABB25) is known color: Bright Sun. HEX triplet: EA, BB and 25. RGB value is (234,187,37). Sum of RGB (Red+Green+Blue) = 234+187+37=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB25 is #1544DA. Grayscale: #B8B8B8. Windows color (decimal): -1393883 or 2472938. OLE color: 2472938.
HSL color Cylindrical-coordinate representation of color #EABB25: hue angle of 45.69º 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 #EABB25 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 37 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.08 |
| HSL | 45.69º | 0.82% | 0.53% | - |
| HSV(B) | 45.69º | 0.84% | 0.92% | - |
| XYZ | 52.04 | 53.17 | 9.27 | - |
| YUV | 183.95 | 45.07 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 37 | 0 | 0.20 | 0.84 | 0.08 | 45.69 | 0.82 | 0.53 |
| Hex | EA | BB | 25 | 0 | 14 | 54 | 8 | 2E | 52 | 35 |
| Octal | 352 | 273 | 45 | 0 | 24 | 124 | 10 | 56 | 122 | 65 |
| Binary | 11101010 | 10111011 | 100101 | 0 | 10100 | 1010100 | 1000 | 101110 | 1010010 | 110101 |
Color Harmonies of #EABB25
Complementary color
Monochromatic Colors of #EABB25
Black with #EABB25
Text Example
Text Example
White with #EABB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB25; }
p { color: rgb(234,187,37); }
H1.HeaderClassName
{
color: #EABB25;
}
.AnyTagClassName
{
color: #EABB25;
}
</style>
background-color css
<style>
a { background-color: #EABB25; }
a { background-color: rgb(234,187,37); }
div.DivClassName
{
background-color: #EABB25;
}
.BgClassName
{
background-color: #EABB25;
}
</style>
border-color css
<style>
span { border-color: #EABB25; }
span { border-color: rgb(234,187,37); }
td.TdClassName
{
border-color: #EABB25;
}
.TagClassName
{
border-color: #EABB25;
}
</style>