Shades of Bright Sun #E6C328
Tints of Bright Sun #E6C328
RGB
CMYK
RGB Variations
Color information
#E6C328 (or 0xE6C328) is known color: Bright Sun. HEX triplet: E6, C3 and 28. RGB value is (230,195,40). Sum of RGB (Red+Green+Blue) = 230+195+40=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C328 is #193CD7. Grayscale: #BCBCBC. Windows color (decimal): -1653976 or 2671590. OLE color: 2671590.
HSL color Cylindrical-coordinate representation of color #E6C328: hue angle of 48.95º 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 #E6C328 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 40 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.10 |
| HSL | 48.95º | 0.79% | 0.53% | - |
| HSV(B) | 48.95º | 0.83% | 0.9% | - |
| XYZ | 52.53 | 56.01 | 10.05 | - |
| YUV | 187.8 | 44.6 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 40 | 0 | 0.15 | 0.83 | 0.10 | 48.95 | 0.79 | 0.53 |
| Hex | E6 | C3 | 28 | 0 | F | 53 | A | 31 | 4F | 35 |
| Octal | 346 | 303 | 50 | 0 | 17 | 123 | 12 | 61 | 117 | 65 |
| Binary | 11100110 | 11000011 | 101000 | 0 | 1111 | 1010011 | 1010 | 110001 | 1001111 | 110101 |
Color Harmonies of #E6C328
Complementary color
Monochromatic Colors of #E6C328
Black with #E6C328
Text Example
Text Example
White with #E6C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C328; }
p { color: rgb(230,195,40); }
H1.HeaderClassName
{
color: #E6C328;
}
.AnyTagClassName
{
color: #E6C328;
}
</style>
background-color css
<style>
a { background-color: #E6C328; }
a { background-color: rgb(230,195,40); }
div.DivClassName
{
background-color: #E6C328;
}
.BgClassName
{
background-color: #E6C328;
}
</style>
border-color css
<style>
span { border-color: #E6C328; }
span { border-color: rgb(230,195,40); }
td.TdClassName
{
border-color: #E6C328;
}
.TagClassName
{
border-color: #E6C328;
}
</style>