Shades of Bright Sun #EAB92E
Tints of Bright Sun #EAB92E
RGB
CMYK
RGB Variations
Color information
#EAB92E (or 0xEAB92E) is known color: Bright Sun. HEX triplet: EA, B9 and 2E. RGB value is (234,185,46). Sum of RGB (Red+Green+Blue) = 234+185+46=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB92E is #1546D1. Grayscale: #B8B8B8. Windows color (decimal): -1394386 or 3062250. OLE color: 3062250.
HSL color Cylindrical-coordinate representation of color #EAB92E: hue angle of 44.36º 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 #EAB92E is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 46 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.08 |
| HSL | 44.36º | 0.82% | 0.55% | - |
| HSV(B) | 44.36º | 0.8% | 0.92% | - |
| XYZ | 51.77 | 52.39 | 9.97 | - |
| YUV | 183.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 46 | 0 | 0.21 | 0.80 | 0.08 | 44.36 | 0.82 | 0.55 |
| Hex | EA | B9 | 2E | 0 | 15 | 50 | 8 | 2C | 52 | 37 |
| Octal | 352 | 271 | 56 | 0 | 25 | 120 | 10 | 54 | 122 | 67 |
| Binary | 11101010 | 10111001 | 101110 | 0 | 10101 | 1010000 | 1000 | 101100 | 1010010 | 110111 |
Color Harmonies of #EAB92E
Complementary color
Monochromatic Colors of #EAB92E
Black with #EAB92E
Text Example
Text Example
White with #EAB92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB92E; }
p { color: rgb(234,185,46); }
H1.HeaderClassName
{
color: #EAB92E;
}
.AnyTagClassName
{
color: #EAB92E;
}
</style>
background-color css
<style>
a { background-color: #EAB92E; }
a { background-color: rgb(234,185,46); }
div.DivClassName
{
background-color: #EAB92E;
}
.BgClassName
{
background-color: #EAB92E;
}
</style>
border-color css
<style>
span { border-color: #EAB92E; }
span { border-color: rgb(234,185,46); }
td.TdClassName
{
border-color: #EAB92E;
}
.TagClassName
{
border-color: #EAB92E;
}
</style>