Shades of Bright Sun #EABE2E
Tints of Bright Sun #EABE2E
RGB
CMYK
RGB Variations
Color information
#EABE2E (or 0xEABE2E) is known color: Bright Sun. HEX triplet: EA, BE and 2E. RGB value is (234,190,46). Sum of RGB (Red+Green+Blue) = 234+190+46=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE2E is #1541D1. Grayscale: #BBBBBB. Windows color (decimal): -1393106 or 3063530. OLE color: 3063530.
HSL color Cylindrical-coordinate representation of color #EABE2E: hue angle of 45.96º 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 #EABE2E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 46 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.08 |
| HSL | 45.96º | 0.82% | 0.55% | - |
| HSV(B) | 45.96º | 0.8% | 0.92% | - |
| XYZ | 52.84 | 54.52 | 10.32 | - |
| YUV | 186.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 46 | 0 | 0.19 | 0.80 | 0.08 | 45.96 | 0.82 | 0.55 |
| Hex | EA | BE | 2E | 0 | 13 | 50 | 8 | 2E | 52 | 37 |
| Octal | 352 | 276 | 56 | 0 | 23 | 120 | 10 | 56 | 122 | 67 |
| Binary | 11101010 | 10111110 | 101110 | 0 | 10011 | 1010000 | 1000 | 101110 | 1010010 | 110111 |
Color Harmonies of #EABE2E
Complementary color
Monochromatic Colors of #EABE2E
Black with #EABE2E
Text Example
Text Example
White with #EABE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE2E; }
p { color: rgb(234,190,46); }
H1.HeaderClassName
{
color: #EABE2E;
}
.AnyTagClassName
{
color: #EABE2E;
}
</style>
background-color css
<style>
a { background-color: #EABE2E; }
a { background-color: rgb(234,190,46); }
div.DivClassName
{
background-color: #EABE2E;
}
.BgClassName
{
background-color: #EABE2E;
}
</style>
border-color css
<style>
span { border-color: #EABE2E; }
span { border-color: rgb(234,190,46); }
td.TdClassName
{
border-color: #EABE2E;
}
.TagClassName
{
border-color: #EABE2E;
}
</style>