Shades of Bright Sun #EABC32
Tints of Bright Sun #EABC32
RGB
CMYK
RGB Variations
Color information
#EABC32 (or 0xEABC32) is known color: Bright Sun. HEX triplet: EA, BC and 32. RGB value is (234,188,50). Sum of RGB (Red+Green+Blue) = 234+188+50=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC32 is #1543CD. Grayscale: #BABABA. Windows color (decimal): -1393614 or 3325162. OLE color: 3325162.
HSL color Cylindrical-coordinate representation of color #EABC32: hue angle of 45º 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 #EABC32 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 50 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.08 |
| HSL | 45º | 0.81% | 0.56% | - |
| HSV(B) | 45º | 0.79% | 0.92% | - |
| XYZ | 52.49 | 53.69 | 10.61 | - |
| YUV | 186.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 50 | 0 | 0.20 | 0.79 | 0.08 | 45 | 0.81 | 0.56 |
| Hex | EA | BC | 32 | 0 | 14 | 4F | 8 | 2D | 51 | 38 |
| Octal | 352 | 274 | 62 | 0 | 24 | 117 | 10 | 55 | 121 | 70 |
| Binary | 11101010 | 10111100 | 110010 | 0 | 10100 | 1001111 | 1000 | 101101 | 1010001 | 111000 |
Color Harmonies of #EABC32
Complementary color
Monochromatic Colors of #EABC32
Black with #EABC32
Text Example
Text Example
White with #EABC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC32; }
p { color: rgb(234,188,50); }
H1.HeaderClassName
{
color: #EABC32;
}
.AnyTagClassName
{
color: #EABC32;
}
</style>
background-color css
<style>
a { background-color: #EABC32; }
a { background-color: rgb(234,188,50); }
div.DivClassName
{
background-color: #EABC32;
}
.BgClassName
{
background-color: #EABC32;
}
</style>
border-color css
<style>
span { border-color: #EABC32; }
span { border-color: rgb(234,188,50); }
td.TdClassName
{
border-color: #EABC32;
}
.TagClassName
{
border-color: #EABC32;
}
</style>