Shades of Bright Sun #EABB3C
Tints of Bright Sun #EABB3C
RGB
CMYK
RGB Variations
Color information
#EABB3C (or 0xEABB3C) is known color: Bright Sun. HEX triplet: EA, BB and 3C. RGB value is (234,187,60). Sum of RGB (Red+Green+Blue) = 234+187+60=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB3C is #1544C3. Grayscale: #BBBBBB. Windows color (decimal): -1393860 or 3980266. OLE color: 3980266.
HSL color Cylindrical-coordinate representation of color #EABB3C: hue angle of 43.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EABB3C is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 60 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.08 |
| HSL | 43.79º | 0.81% | 0.58% | - |
| HSV(B) | 43.79º | 0.74% | 0.92% | - |
| XYZ | 52.52 | 53.36 | 11.81 | - |
| YUV | 186.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 60 | 0 | 0.20 | 0.74 | 0.08 | 43.79 | 0.81 | 0.58 |
| Hex | EA | BB | 3C | 0 | 14 | 4A | 8 | 2C | 51 | 3A |
| Octal | 352 | 273 | 74 | 0 | 24 | 112 | 10 | 54 | 121 | 72 |
| Binary | 11101010 | 10111011 | 111100 | 0 | 10100 | 1001010 | 1000 | 101100 | 1010001 | 111010 |
Color Harmonies of #EABB3C
Complementary color
Monochromatic Colors of #EABB3C
Black with #EABB3C
Text Example
Text Example
White with #EABB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB3C; }
p { color: rgb(234,187,60); }
H1.HeaderClassName
{
color: #EABB3C;
}
.AnyTagClassName
{
color: #EABB3C;
}
</style>
background-color css
<style>
a { background-color: #EABB3C; }
a { background-color: rgb(234,187,60); }
div.DivClassName
{
background-color: #EABB3C;
}
.BgClassName
{
background-color: #EABB3C;
}
</style>
border-color css
<style>
span { border-color: #EABB3C; }
span { border-color: rgb(234,187,60); }
td.TdClassName
{
border-color: #EABB3C;
}
.TagClassName
{
border-color: #EABB3C;
}
</style>