Shades of Bright Sun #E6C128
Tints of Bright Sun #E6C128
RGB
CMYK
RGB Variations
Color information
#E6C128 (or 0xE6C128) is known color: Bright Sun. HEX triplet: E6, C1 and 28. RGB value is (230,193,40). Sum of RGB (Red+Green+Blue) = 230+193+40=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C128 is #193ED7. Grayscale: #BBBBBB. Windows color (decimal): -1654488 or 2671078. OLE color: 2671078.
HSL color Cylindrical-coordinate representation of color #E6C128: hue angle of 48.32º 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 #E6C128 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 40 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.10 |
| HSL | 48.32º | 0.79% | 0.53% | - |
| HSV(B) | 48.32º | 0.83% | 0.9% | - |
| XYZ | 52.09 | 55.12 | 9.9 | - |
| YUV | 186.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 40 | 0 | 0.16 | 0.83 | 0.10 | 48.32 | 0.79 | 0.53 |
| Hex | E6 | C1 | 28 | 0 | 10 | 53 | A | 30 | 4F | 35 |
| Octal | 346 | 301 | 50 | 0 | 20 | 123 | 12 | 60 | 117 | 65 |
| Binary | 11100110 | 11000001 | 101000 | 0 | 10000 | 1010011 | 1010 | 110000 | 1001111 | 110101 |
Color Harmonies of #E6C128
Complementary color
Monochromatic Colors of #E6C128
Black with #E6C128
Text Example
Text Example
White with #E6C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C128; }
p { color: rgb(230,193,40); }
H1.HeaderClassName
{
color: #E6C128;
}
.AnyTagClassName
{
color: #E6C128;
}
</style>
background-color css
<style>
a { background-color: #E6C128; }
a { background-color: rgb(230,193,40); }
div.DivClassName
{
background-color: #E6C128;
}
.BgClassName
{
background-color: #E6C128;
}
</style>
border-color css
<style>
span { border-color: #E6C128; }
span { border-color: rgb(230,193,40); }
td.TdClassName
{
border-color: #E6C128;
}
.TagClassName
{
border-color: #E6C128;
}
</style>