Shades of Bright Sun #EABE2D
Tints of Bright Sun #EABE2D
RGB
CMYK
RGB Variations
Color information
#EABE2D (or 0xEABE2D) is known color: Bright Sun. HEX triplet: EA, BE and 2D. RGB value is (234,190,45). Sum of RGB (Red+Green+Blue) = 234+190+45=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE2D is #1541D2. Grayscale: #BBBBBB. Windows color (decimal): -1393107 or 2997994. OLE color: 2997994.
HSL color Cylindrical-coordinate representation of color #EABE2D: hue angle of 46.03º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EABE2D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 45 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.08 |
| HSL | 46.03º | 0.82% | 0.55% | - |
| HSV(B) | 46.03º | 0.81% | 0.92% | - |
| XYZ | 52.82 | 54.51 | 10.22 | - |
| YUV | 186.63 | 48.08 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 45 | 0 | 0.19 | 0.81 | 0.08 | 46.03 | 0.82 | 0.55 |
| Hex | EA | BE | 2D | 0 | 13 | 51 | 8 | 2E | 52 | 37 |
| Octal | 352 | 276 | 55 | 0 | 23 | 121 | 10 | 56 | 122 | 67 |
| Binary | 11101010 | 10111110 | 101101 | 0 | 10011 | 1010001 | 1000 | 101110 | 1010010 | 110111 |
Color Harmonies of #EABE2D
Complementary color
Monochromatic Colors of #EABE2D
Black with #EABE2D
Text Example
Text Example
White with #EABE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE2D; }
p { color: rgb(234,190,45); }
H1.HeaderClassName
{
color: #EABE2D;
}
.AnyTagClassName
{
color: #EABE2D;
}
</style>
background-color css
<style>
a { background-color: #EABE2D; }
a { background-color: rgb(234,190,45); }
div.DivClassName
{
background-color: #EABE2D;
}
.BgClassName
{
background-color: #EABE2D;
}
</style>
border-color css
<style>
span { border-color: #EABE2D; }
span { border-color: rgb(234,190,45); }
td.TdClassName
{
border-color: #EABE2D;
}
.TagClassName
{
border-color: #EABE2D;
}
</style>