Shades of Bright Sun #EAC231
Tints of Bright Sun #EAC231
RGB
CMYK
RGB Variations
Color information
#EAC231 (or 0xEAC231) is known color: Bright Sun. HEX triplet: EA, C2 and 31. RGB value is (234,194,49). Sum of RGB (Red+Green+Blue) = 234+194+49=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC231 is #153DCE. Grayscale: #BEBEBE. Windows color (decimal): -1392079 or 3261162. OLE color: 3261162.
HSL color Cylindrical-coordinate representation of color #EAC231: hue angle of 47.03º 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 #EAC231 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 49 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.08 |
| HSL | 47.03º | 0.81% | 0.55% | - |
| HSV(B) | 47.03º | 0.79% | 0.92% | - |
| XYZ | 53.78 | 56.3 | 10.94 | - |
| YUV | 189.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 49 | 0 | 0.17 | 0.79 | 0.08 | 47.03 | 0.81 | 0.55 |
| Hex | EA | C2 | 31 | 0 | 11 | 4F | 8 | 2F | 51 | 37 |
| Octal | 352 | 302 | 61 | 0 | 21 | 117 | 10 | 57 | 121 | 67 |
| Binary | 11101010 | 11000010 | 110001 | 0 | 10001 | 1001111 | 1000 | 101111 | 1010001 | 110111 |
Color Harmonies of #EAC231
Complementary color
Monochromatic Colors of #EAC231
Black with #EAC231
Text Example
Text Example
White with #EAC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC231; }
p { color: rgb(234,194,49); }
H1.HeaderClassName
{
color: #EAC231;
}
.AnyTagClassName
{
color: #EAC231;
}
</style>
background-color css
<style>
a { background-color: #EAC231; }
a { background-color: rgb(234,194,49); }
div.DivClassName
{
background-color: #EAC231;
}
.BgClassName
{
background-color: #EAC231;
}
</style>
border-color css
<style>
span { border-color: #EAC231; }
span { border-color: rgb(234,194,49); }
td.TdClassName
{
border-color: #EAC231;
}
.TagClassName
{
border-color: #EAC231;
}
</style>