Shades of Bright Sun #EAB93A
Tints of Bright Sun #EAB93A
RGB
CMYK
RGB Variations
Color information
#EAB93A (or 0xEAB93A) is known color: Bright Sun. HEX triplet: EA, B9 and 3A. RGB value is (234,185,58). Sum of RGB (Red+Green+Blue) = 234+185+58=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB93A is #1546C5. Grayscale: #B9B9B9. Windows color (decimal): -1394374 or 3848682. OLE color: 3848682.
HSL color Cylindrical-coordinate representation of color #EAB93A: hue angle of 43.3º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAB93A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 58 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.08 |
| HSL | 43.3º | 0.81% | 0.57% | - |
| HSV(B) | 43.3º | 0.75% | 0.92% | - |
| XYZ | 52.04 | 52.5 | 11.39 | - |
| YUV | 185.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 58 | 0 | 0.21 | 0.75 | 0.08 | 43.3 | 0.81 | 0.57 |
| Hex | EA | B9 | 3A | 0 | 15 | 4B | 8 | 2B | 51 | 39 |
| Octal | 352 | 271 | 72 | 0 | 25 | 113 | 10 | 53 | 121 | 71 |
| Binary | 11101010 | 10111001 | 111010 | 0 | 10101 | 1001011 | 1000 | 101011 | 1010001 | 111001 |
Color Harmonies of #EAB93A
Complementary color
Monochromatic Colors of #EAB93A
Black with #EAB93A
Text Example
Text Example
White with #EAB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB93A; }
p { color: rgb(234,185,58); }
H1.HeaderClassName
{
color: #EAB93A;
}
.AnyTagClassName
{
color: #EAB93A;
}
</style>
background-color css
<style>
a { background-color: #EAB93A; }
a { background-color: rgb(234,185,58); }
div.DivClassName
{
background-color: #EAB93A;
}
.BgClassName
{
background-color: #EAB93A;
}
</style>
border-color css
<style>
span { border-color: #EAB93A; }
span { border-color: rgb(234,185,58); }
td.TdClassName
{
border-color: #EAB93A;
}
.TagClassName
{
border-color: #EAB93A;
}
</style>