Shades of Bright Sun #EAB830
Tints of Bright Sun #EAB830
RGB
CMYK
RGB Variations
Color information
#EAB830 (or 0xEAB830) is known color: Bright Sun. HEX triplet: EA, B8 and 30. RGB value is (234,184,48). Sum of RGB (Red+Green+Blue) = 234+184+48=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB830 is #1547CF. Grayscale: #B8B8B8. Windows color (decimal): -1394640 or 3193066. OLE color: 3193066.
HSL color Cylindrical-coordinate representation of color #EAB830: hue angle of 43.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAB830 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 48 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.08 |
| HSL | 43.87º | 0.82% | 0.55% | - |
| HSV(B) | 43.87º | 0.79% | 0.92% | - |
| XYZ | 51.61 | 51.99 | 10.11 | - |
| YUV | 183.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 48 | 0 | 0.21 | 0.79 | 0.08 | 43.87 | 0.82 | 0.55 |
| Hex | EA | B8 | 30 | 0 | 15 | 4F | 8 | 2C | 52 | 37 |
| Octal | 352 | 270 | 60 | 0 | 25 | 117 | 10 | 54 | 122 | 67 |
| Binary | 11101010 | 10111000 | 110000 | 0 | 10101 | 1001111 | 1000 | 101100 | 1010010 | 110111 |
Color Harmonies of #EAB830
Complementary color
Monochromatic Colors of #EAB830
Black with #EAB830
Text Example
Text Example
White with #EAB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB830; }
p { color: rgb(234,184,48); }
H1.HeaderClassName
{
color: #EAB830;
}
.AnyTagClassName
{
color: #EAB830;
}
</style>
background-color css
<style>
a { background-color: #EAB830; }
a { background-color: rgb(234,184,48); }
div.DivClassName
{
background-color: #EAB830;
}
.BgClassName
{
background-color: #EAB830;
}
</style>
border-color css
<style>
span { border-color: #EAB830; }
span { border-color: rgb(234,184,48); }
td.TdClassName
{
border-color: #EAB830;
}
.TagClassName
{
border-color: #EAB830;
}
</style>