Shades of Bright Sun #EABB32
Tints of Bright Sun #EABB32
RGB
CMYK
RGB Variations
Color information
#EABB32 (or 0xEABB32) is known color: Bright Sun. HEX triplet: EA, BB and 32. RGB value is (234,187,50). Sum of RGB (Red+Green+Blue) = 234+187+50=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB32 is #1544CD. Grayscale: #BABABA. Windows color (decimal): -1393870 or 3324906. OLE color: 3324906.
HSL color Cylindrical-coordinate representation of color #EABB32: hue angle of 44.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EABB32 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 50 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.08 |
| HSL | 44.67º | 0.81% | 0.56% | - |
| HSV(B) | 44.67º | 0.79% | 0.92% | - |
| XYZ | 52.28 | 53.26 | 10.54 | - |
| YUV | 185.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 50 | 0 | 0.20 | 0.79 | 0.08 | 44.67 | 0.81 | 0.56 |
| Hex | EA | BB | 32 | 0 | 14 | 4F | 8 | 2D | 51 | 38 |
| Octal | 352 | 273 | 62 | 0 | 24 | 117 | 10 | 55 | 121 | 70 |
| Binary | 11101010 | 10111011 | 110010 | 0 | 10100 | 1001111 | 1000 | 101101 | 1010001 | 111000 |
Color Harmonies of #EABB32
Complementary color
Monochromatic Colors of #EABB32
Black with #EABB32
Text Example
Text Example
White with #EABB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB32; }
p { color: rgb(234,187,50); }
H1.HeaderClassName
{
color: #EABB32;
}
.AnyTagClassName
{
color: #EABB32;
}
</style>
background-color css
<style>
a { background-color: #EABB32; }
a { background-color: rgb(234,187,50); }
div.DivClassName
{
background-color: #EABB32;
}
.BgClassName
{
background-color: #EABB32;
}
</style>
border-color css
<style>
span { border-color: #EABB32; }
span { border-color: rgb(234,187,50); }
td.TdClassName
{
border-color: #EABB32;
}
.TagClassName
{
border-color: #EABB32;
}
</style>