Shades of Bright Sun #EABB2E
Tints of Bright Sun #EABB2E
RGB
CMYK
RGB Variations
Color information
#EABB2E (or 0xEABB2E) is known color: Bright Sun. HEX triplet: EA, BB and 2E. RGB value is (234,187,46). Sum of RGB (Red+Green+Blue) = 234+187+46=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB2E is #1544D1. Grayscale: #B9B9B9. Windows color (decimal): -1393874 or 3062762. OLE color: 3062762.
HSL color Cylindrical-coordinate representation of color #EABB2E: hue angle of 45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EABB2E is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 46 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.08 |
| HSL | 45º | 0.82% | 0.55% | - |
| HSV(B) | 45º | 0.8% | 0.92% | - |
| XYZ | 52.2 | 53.23 | 10.11 | - |
| YUV | 184.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 46 | 0 | 0.20 | 0.80 | 0.08 | 45 | 0.82 | 0.55 |
| Hex | EA | BB | 2E | 0 | 14 | 50 | 8 | 2D | 52 | 37 |
| Octal | 352 | 273 | 56 | 0 | 24 | 120 | 10 | 55 | 122 | 67 |
| Binary | 11101010 | 10111011 | 101110 | 0 | 10100 | 1010000 | 1000 | 101101 | 1010010 | 110111 |
Color Harmonies of #EABB2E
Complementary color
Monochromatic Colors of #EABB2E
Black with #EABB2E
Text Example
Text Example
White with #EABB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB2E; }
p { color: rgb(234,187,46); }
H1.HeaderClassName
{
color: #EABB2E;
}
.AnyTagClassName
{
color: #EABB2E;
}
</style>
background-color css
<style>
a { background-color: #EABB2E; }
a { background-color: rgb(234,187,46); }
div.DivClassName
{
background-color: #EABB2E;
}
.BgClassName
{
background-color: #EABB2E;
}
</style>
border-color css
<style>
span { border-color: #EABB2E; }
span { border-color: rgb(234,187,46); }
td.TdClassName
{
border-color: #EABB2E;
}
.TagClassName
{
border-color: #EABB2E;
}
</style>