Shades of Bright Sun #EAC431
Tints of Bright Sun #EAC431
RGB
CMYK
RGB Variations
Color information
#EAC431 (or 0xEAC431) is known color: Bright Sun. HEX triplet: EA, C4 and 31. RGB value is (234,196,49). Sum of RGB (Red+Green+Blue) = 234+196+49=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC431 is #153BCE. Grayscale: #BFBFBF. Windows color (decimal): -1391567 or 3261674. OLE color: 3261674.
HSL color Cylindrical-coordinate representation of color #EAC431: hue angle of 47.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAC431 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 49 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.08 |
| HSL | 47.68º | 0.81% | 0.55% | - |
| HSV(B) | 47.68º | 0.79% | 0.92% | - |
| XYZ | 54.23 | 57.19 | 11.09 | - |
| YUV | 190.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 49 | 0 | 0.16 | 0.79 | 0.08 | 47.68 | 0.81 | 0.55 |
| Hex | EA | C4 | 31 | 0 | 10 | 4F | 8 | 30 | 51 | 37 |
| Octal | 352 | 304 | 61 | 0 | 20 | 117 | 10 | 60 | 121 | 67 |
| Binary | 11101010 | 11000100 | 110001 | 0 | 10000 | 1001111 | 1000 | 110000 | 1010001 | 110111 |
Color Harmonies of #EAC431
Complementary color
Monochromatic Colors of #EAC431
Black with #EAC431
Text Example
Text Example
White with #EAC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC431; }
p { color: rgb(234,196,49); }
H1.HeaderClassName
{
color: #EAC431;
}
.AnyTagClassName
{
color: #EAC431;
}
</style>
background-color css
<style>
a { background-color: #EAC431; }
a { background-color: rgb(234,196,49); }
div.DivClassName
{
background-color: #EAC431;
}
.BgClassName
{
background-color: #EAC431;
}
</style>
border-color css
<style>
span { border-color: #EAC431; }
span { border-color: rgb(234,196,49); }
td.TdClassName
{
border-color: #EAC431;
}
.TagClassName
{
border-color: #EAC431;
}
</style>