Shades of Bright Sun #EABB2A
Tints of Bright Sun #EABB2A
RGB
CMYK
RGB Variations
Color information
#EABB2A (or 0xEABB2A) is known color: Bright Sun. HEX triplet: EA, BB and 2A. RGB value is (234,187,42). Sum of RGB (Red+Green+Blue) = 234+187+42=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB2A is #1544D5. Grayscale: #B9B9B9. Windows color (decimal): -1393878 or 2800618. OLE color: 2800618.
HSL color Cylindrical-coordinate representation of color #EABB2A: hue angle of 45.31º 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 #EABB2A is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 42 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.08 |
| HSL | 45.31º | 0.82% | 0.54% | - |
| HSV(B) | 45.31º | 0.82% | 0.92% | - |
| XYZ | 52.12 | 53.2 | 9.71 | - |
| YUV | 184.52 | 47.57 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 42 | 0 | 0.20 | 0.82 | 0.08 | 45.31 | 0.82 | 0.54 |
| Hex | EA | BB | 2A | 0 | 14 | 52 | 8 | 2D | 52 | 36 |
| Octal | 352 | 273 | 52 | 0 | 24 | 122 | 10 | 55 | 122 | 66 |
| Binary | 11101010 | 10111011 | 101010 | 0 | 10100 | 1010010 | 1000 | 101101 | 1010010 | 110110 |
Color Harmonies of #EABB2A
Complementary color
Monochromatic Colors of #EABB2A
Black with #EABB2A
Text Example
Text Example
White with #EABB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB2A; }
p { color: rgb(234,187,42); }
H1.HeaderClassName
{
color: #EABB2A;
}
.AnyTagClassName
{
color: #EABB2A;
}
</style>
background-color css
<style>
a { background-color: #EABB2A; }
a { background-color: rgb(234,187,42); }
div.DivClassName
{
background-color: #EABB2A;
}
.BgClassName
{
background-color: #EABB2A;
}
</style>
border-color css
<style>
span { border-color: #EABB2A; }
span { border-color: rgb(234,187,42); }
td.TdClassName
{
border-color: #EABB2A;
}
.TagClassName
{
border-color: #EABB2A;
}
</style>