Shades of Bright Sun #EAC033
Tints of Bright Sun #EAC033
RGB
CMYK
RGB Variations
Color information
#EAC033 (or 0xEAC033) is known color: Bright Sun. HEX triplet: EA, C0 and 33. RGB value is (234,192,51). Sum of RGB (Red+Green+Blue) = 234+192+51=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC033 is #153FCC. Grayscale: #BDBDBD. Windows color (decimal): -1392589 or 3391722. OLE color: 3391722.
HSL color Cylindrical-coordinate representation of color #EAC033: hue angle of 46.23º 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 #EAC033 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 51 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.08 |
| HSL | 46.23º | 0.81% | 0.56% | - |
| HSV(B) | 46.23º | 0.78% | 0.92% | - |
| XYZ | 53.38 | 55.43 | 11.02 | - |
| YUV | 188.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 51 | 0 | 0.18 | 0.78 | 0.08 | 46.23 | 0.81 | 0.56 |
| Hex | EA | C0 | 33 | 0 | 12 | 4E | 8 | 2E | 51 | 38 |
| Octal | 352 | 300 | 63 | 0 | 22 | 116 | 10 | 56 | 121 | 70 |
| Binary | 11101010 | 11000000 | 110011 | 0 | 10010 | 1001110 | 1000 | 101110 | 1010001 | 111000 |
Color Harmonies of #EAC033
Complementary color
Monochromatic Colors of #EAC033
Black with #EAC033
Text Example
Text Example
White with #EAC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC033; }
p { color: rgb(234,192,51); }
H1.HeaderClassName
{
color: #EAC033;
}
.AnyTagClassName
{
color: #EAC033;
}
</style>
background-color css
<style>
a { background-color: #EAC033; }
a { background-color: rgb(234,192,51); }
div.DivClassName
{
background-color: #EAC033;
}
.BgClassName
{
background-color: #EAC033;
}
</style>
border-color css
<style>
span { border-color: #EAC033; }
span { border-color: rgb(234,192,51); }
td.TdClassName
{
border-color: #EAC033;
}
.TagClassName
{
border-color: #EAC033;
}
</style>