Shades of Bright Sun #EABB33
Tints of Bright Sun #EABB33
RGB
CMYK
RGB Variations
Color information
#EABB33 (or 0xEABB33) is known color: Bright Sun. HEX triplet: EA, BB and 33. RGB value is (234,187,51). Sum of RGB (Red+Green+Blue) = 234+187+51=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB33 is #1544CC. Grayscale: #BABABA. Windows color (decimal): -1393869 or 3390442. OLE color: 3390442.
HSL color Cylindrical-coordinate representation of color #EABB33: hue angle of 44.59º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EABB33 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 51 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.08 |
| HSL | 44.59º | 0.81% | 0.56% | - |
| HSV(B) | 44.59º | 0.78% | 0.92% | - |
| XYZ | 52.3 | 53.27 | 10.66 | - |
| YUV | 185.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 51 | 0 | 0.20 | 0.78 | 0.08 | 44.59 | 0.81 | 0.56 |
| Hex | EA | BB | 33 | 0 | 14 | 4E | 8 | 2D | 51 | 38 |
| Octal | 352 | 273 | 63 | 0 | 24 | 116 | 10 | 55 | 121 | 70 |
| Binary | 11101010 | 10111011 | 110011 | 0 | 10100 | 1001110 | 1000 | 101101 | 1010001 | 111000 |
Color Harmonies of #EABB33
Complementary color
Monochromatic Colors of #EABB33
Black with #EABB33
Text Example
Text Example
White with #EABB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB33; }
p { color: rgb(234,187,51); }
H1.HeaderClassName
{
color: #EABB33;
}
.AnyTagClassName
{
color: #EABB33;
}
</style>
background-color css
<style>
a { background-color: #EABB33; }
a { background-color: rgb(234,187,51); }
div.DivClassName
{
background-color: #EABB33;
}
.BgClassName
{
background-color: #EABB33;
}
</style>
border-color css
<style>
span { border-color: #EABB33; }
span { border-color: rgb(234,187,51); }
td.TdClassName
{
border-color: #EABB33;
}
.TagClassName
{
border-color: #EABB33;
}
</style>