Shades of Bright Sun #E6C42A
Tints of Bright Sun #E6C42A
RGB
CMYK
RGB Variations
Color information
#E6C42A (or 0xE6C42A) is known color: Bright Sun. HEX triplet: E6, C4 and 2A. RGB value is (230,196,42). Sum of RGB (Red+Green+Blue) = 230+196+42=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C42A is #193BD5. Grayscale: #BDBDBD. Windows color (decimal): -1653718 or 2802918. OLE color: 2802918.
HSL color Cylindrical-coordinate representation of color #E6C42A: hue angle of 49.15º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6C42A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 42 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.10 |
| HSL | 49.15º | 0.79% | 0.53% | - |
| HSV(B) | 49.15º | 0.82% | 0.9% | - |
| XYZ | 52.79 | 56.47 | 10.31 | - |
| YUV | 188.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 42 | 0 | 0.15 | 0.82 | 0.10 | 49.15 | 0.79 | 0.53 |
| Hex | E6 | C4 | 2A | 0 | F | 52 | A | 31 | 4F | 35 |
| Octal | 346 | 304 | 52 | 0 | 17 | 122 | 12 | 61 | 117 | 65 |
| Binary | 11100110 | 11000100 | 101010 | 0 | 1111 | 1010010 | 1010 | 110001 | 1001111 | 110101 |
Color Harmonies of #E6C42A
Complementary color
Monochromatic Colors of #E6C42A
Black with #E6C42A
Text Example
Text Example
White with #E6C42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C42A; }
p { color: rgb(230,196,42); }
H1.HeaderClassName
{
color: #E6C42A;
}
.AnyTagClassName
{
color: #E6C42A;
}
</style>
background-color css
<style>
a { background-color: #E6C42A; }
a { background-color: rgb(230,196,42); }
div.DivClassName
{
background-color: #E6C42A;
}
.BgClassName
{
background-color: #E6C42A;
}
</style>
border-color css
<style>
span { border-color: #E6C42A; }
span { border-color: rgb(230,196,42); }
td.TdClassName
{
border-color: #E6C42A;
}
.TagClassName
{
border-color: #E6C42A;
}
</style>