Shades of Bright Sun #E6C228
Tints of Bright Sun #E6C228
RGB
CMYK
RGB Variations
Color information
#E6C228 (or 0xE6C228) is known color: Bright Sun. HEX triplet: E6, C2 and 28. RGB value is (230,194,40). Sum of RGB (Red+Green+Blue) = 230+194+40=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C228 is #193DD7. Grayscale: #BBBBBB. Windows color (decimal): -1654232 or 2671334. OLE color: 2671334.
HSL color Cylindrical-coordinate representation of color #E6C228: hue angle of 48.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6C228 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 40 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.10 |
| HSL | 48.63º | 0.79% | 0.53% | - |
| HSV(B) | 48.63º | 0.83% | 0.9% | - |
| XYZ | 52.31 | 55.56 | 9.97 | - |
| YUV | 187.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 40 | 0 | 0.16 | 0.83 | 0.10 | 48.63 | 0.79 | 0.53 |
| Hex | E6 | C2 | 28 | 0 | 10 | 53 | A | 31 | 4F | 35 |
| Octal | 346 | 302 | 50 | 0 | 20 | 123 | 12 | 61 | 117 | 65 |
| Binary | 11100110 | 11000010 | 101000 | 0 | 10000 | 1010011 | 1010 | 110001 | 1001111 | 110101 |
Color Harmonies of #E6C228
Complementary color
Monochromatic Colors of #E6C228
Black with #E6C228
Text Example
Text Example
White with #E6C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C228; }
p { color: rgb(230,194,40); }
H1.HeaderClassName
{
color: #E6C228;
}
.AnyTagClassName
{
color: #E6C228;
}
</style>
background-color css
<style>
a { background-color: #E6C228; }
a { background-color: rgb(230,194,40); }
div.DivClassName
{
background-color: #E6C228;
}
.BgClassName
{
background-color: #E6C228;
}
</style>
border-color css
<style>
span { border-color: #E6C228; }
span { border-color: rgb(230,194,40); }
td.TdClassName
{
border-color: #E6C228;
}
.TagClassName
{
border-color: #E6C228;
}
</style>