Shades of Bright Sun #EABE2A
Tints of Bright Sun #EABE2A
RGB
CMYK
RGB Variations
Color information
#EABE2A (or 0xEABE2A) is known color: Bright Sun. HEX triplet: EA, BE and 2A. RGB value is (234,190,42). Sum of RGB (Red+Green+Blue) = 234+190+42=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE2A is #1541D5. Grayscale: #BABABA. Windows color (decimal): -1393110 or 2801386. OLE color: 2801386.
HSL color Cylindrical-coordinate representation of color #EABE2A: hue angle of 46.25º 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 #EABE2A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 42 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.08 |
| HSL | 46.25º | 0.82% | 0.54% | - |
| HSV(B) | 46.25º | 0.82% | 0.92% | - |
| XYZ | 52.76 | 54.49 | 9.93 | - |
| YUV | 186.28 | 46.58 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 42 | 0 | 0.19 | 0.82 | 0.08 | 46.25 | 0.82 | 0.54 |
| Hex | EA | BE | 2A | 0 | 13 | 52 | 8 | 2E | 52 | 36 |
| Octal | 352 | 276 | 52 | 0 | 23 | 122 | 10 | 56 | 122 | 66 |
| Binary | 11101010 | 10111110 | 101010 | 0 | 10011 | 1010010 | 1000 | 101110 | 1010010 | 110110 |
Color Harmonies of #EABE2A
Complementary color
Monochromatic Colors of #EABE2A
Black with #EABE2A
Text Example
Text Example
White with #EABE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE2A; }
p { color: rgb(234,190,42); }
H1.HeaderClassName
{
color: #EABE2A;
}
.AnyTagClassName
{
color: #EABE2A;
}
</style>
background-color css
<style>
a { background-color: #EABE2A; }
a { background-color: rgb(234,190,42); }
div.DivClassName
{
background-color: #EABE2A;
}
.BgClassName
{
background-color: #EABE2A;
}
</style>
border-color css
<style>
span { border-color: #EABE2A; }
span { border-color: rgb(234,190,42); }
td.TdClassName
{
border-color: #EABE2A;
}
.TagClassName
{
border-color: #EABE2A;
}
</style>