Shades of Bright Sun #EAB936
Tints of Bright Sun #EAB936
RGB
CMYK
RGB Variations
Color information
#EAB936 (or 0xEAB936) is known color: Bright Sun. HEX triplet: EA, B9 and 36. RGB value is (234,185,54). Sum of RGB (Red+Green+Blue) = 234+185+54=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB936 is #1546C9. Grayscale: #B9B9B9. Windows color (decimal): -1394378 or 3586538. OLE color: 3586538.
HSL color Cylindrical-coordinate representation of color #EAB936: hue angle of 43.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAB936 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 54 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.08 |
| HSL | 43.67º | 0.81% | 0.56% | - |
| HSV(B) | 43.67º | 0.77% | 0.92% | - |
| XYZ | 51.95 | 52.46 | 10.88 | - |
| YUV | 184.72 | 54.23 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 54 | 0 | 0.21 | 0.77 | 0.08 | 43.67 | 0.81 | 0.56 |
| Hex | EA | B9 | 36 | 0 | 15 | 4D | 8 | 2C | 51 | 38 |
| Octal | 352 | 271 | 66 | 0 | 25 | 115 | 10 | 54 | 121 | 70 |
| Binary | 11101010 | 10111001 | 110110 | 0 | 10101 | 1001101 | 1000 | 101100 | 1010001 | 111000 |
Color Harmonies of #EAB936
Complementary color
Monochromatic Colors of #EAB936
Black with #EAB936
Text Example
Text Example
White with #EAB936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB936; }
p { color: rgb(234,185,54); }
H1.HeaderClassName
{
color: #EAB936;
}
.AnyTagClassName
{
color: #EAB936;
}
</style>
background-color css
<style>
a { background-color: #EAB936; }
a { background-color: rgb(234,185,54); }
div.DivClassName
{
background-color: #EAB936;
}
.BgClassName
{
background-color: #EAB936;
}
</style>
border-color css
<style>
span { border-color: #EAB936; }
span { border-color: rgb(234,185,54); }
td.TdClassName
{
border-color: #EAB936;
}
.TagClassName
{
border-color: #EAB936;
}
</style>