Shades of Bright Sun #E6C42B
Tints of Bright Sun #E6C42B
RGB
CMYK
RGB Variations
Color information
#E6C42B (or 0xE6C42B) is known color: Bright Sun. HEX triplet: E6, C4 and 2B. RGB value is (230,196,43). Sum of RGB (Red+Green+Blue) = 230+196+43=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C42B is #193BD4. Grayscale: #BDBDBD. Windows color (decimal): -1653717 or 2868454. OLE color: 2868454.
HSL color Cylindrical-coordinate representation of color #E6C42B: hue angle of 49.09º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6C42B is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 43 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.10 |
| HSL | 49.09º | 0.79% | 0.54% | - |
| HSV(B) | 49.09º | 0.81% | 0.9% | - |
| XYZ | 52.81 | 56.48 | 10.4 | - |
| YUV | 188.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 43 | 0 | 0.15 | 0.81 | 0.10 | 49.09 | 0.79 | 0.54 |
| Hex | E6 | C4 | 2B | 0 | F | 51 | A | 31 | 4F | 36 |
| Octal | 346 | 304 | 53 | 0 | 17 | 121 | 12 | 61 | 117 | 66 |
| Binary | 11100110 | 11000100 | 101011 | 0 | 1111 | 1010001 | 1010 | 110001 | 1001111 | 110110 |
Color Harmonies of #E6C42B
Complementary color
Monochromatic Colors of #E6C42B
Black with #E6C42B
Text Example
Text Example
White with #E6C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C42B; }
p { color: rgb(230,196,43); }
H1.HeaderClassName
{
color: #E6C42B;
}
.AnyTagClassName
{
color: #E6C42B;
}
</style>
background-color css
<style>
a { background-color: #E6C42B; }
a { background-color: rgb(230,196,43); }
div.DivClassName
{
background-color: #E6C42B;
}
.BgClassName
{
background-color: #E6C42B;
}
</style>
border-color css
<style>
span { border-color: #E6C42B; }
span { border-color: rgb(230,196,43); }
td.TdClassName
{
border-color: #E6C42B;
}
.TagClassName
{
border-color: #E6C42B;
}
</style>