Shades of Bright Sun #EABB22
Tints of Bright Sun #EABB22
RGB
CMYK
RGB Variations
Color information
#EABB22 (or 0xEABB22) is known color: Bright Sun. HEX triplet: EA, BB and 22. RGB value is (234,187,34). Sum of RGB (Red+Green+Blue) = 234+187+34=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB22 is #1544DD. Grayscale: #B8B8B8. Windows color (decimal): -1393886 or 2276330. OLE color: 2276330.
HSL color Cylindrical-coordinate representation of color #EABB22: hue angle of 45.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EABB22 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 34 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.08 |
| HSL | 45.9º | 0.83% | 0.53% | - |
| HSV(B) | 45.9º | 0.85% | 0.92% | - |
| XYZ | 51.99 | 53.15 | 9.03 | - |
| YUV | 183.61 | 43.57 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 34 | 0 | 0.20 | 0.85 | 0.08 | 45.9 | 0.83 | 0.53 |
| Hex | EA | BB | 22 | 0 | 14 | 55 | 8 | 2E | 53 | 35 |
| Octal | 352 | 273 | 42 | 0 | 24 | 125 | 10 | 56 | 123 | 65 |
| Binary | 11101010 | 10111011 | 100010 | 0 | 10100 | 1010101 | 1000 | 101110 | 1010011 | 110101 |
Color Harmonies of #EABB22
Complementary color
Monochromatic Colors of #EABB22
Black with #EABB22
Text Example
Text Example
White with #EABB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB22; }
p { color: rgb(234,187,34); }
H1.HeaderClassName
{
color: #EABB22;
}
.AnyTagClassName
{
color: #EABB22;
}
</style>
background-color css
<style>
a { background-color: #EABB22; }
a { background-color: rgb(234,187,34); }
div.DivClassName
{
background-color: #EABB22;
}
.BgClassName
{
background-color: #EABB22;
}
</style>
border-color css
<style>
span { border-color: #EABB22; }
span { border-color: rgb(234,187,34); }
td.TdClassName
{
border-color: #EABB22;
}
.TagClassName
{
border-color: #EABB22;
}
</style>