Shades of Bright Sun #E6C12B
Tints of Bright Sun #E6C12B
RGB
CMYK
RGB Variations
Color information
#E6C12B (or 0xE6C12B) is known color: Bright Sun. HEX triplet: E6, C1 and 2B. RGB value is (230,193,43). Sum of RGB (Red+Green+Blue) = 230+193+43=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C12B is #193ED4. Grayscale: #BBBBBB. Windows color (decimal): -1654485 or 2867686. OLE color: 2867686.
HSL color Cylindrical-coordinate representation of color #E6C12B: hue angle of 48.13º 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 #E6C12B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 43 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.10 |
| HSL | 48.13º | 0.79% | 0.54% | - |
| HSV(B) | 48.13º | 0.81% | 0.9% | - |
| XYZ | 52.14 | 55.14 | 10.18 | - |
| YUV | 186.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 43 | 0 | 0.16 | 0.81 | 0.10 | 48.13 | 0.79 | 0.54 |
| Hex | E6 | C1 | 2B | 0 | 10 | 51 | A | 30 | 4F | 36 |
| Octal | 346 | 301 | 53 | 0 | 20 | 121 | 12 | 60 | 117 | 66 |
| Binary | 11100110 | 11000001 | 101011 | 0 | 10000 | 1010001 | 1010 | 110000 | 1001111 | 110110 |
Color Harmonies of #E6C12B
Complementary color
Monochromatic Colors of #E6C12B
Black with #E6C12B
Text Example
Text Example
White with #E6C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C12B; }
p { color: rgb(230,193,43); }
H1.HeaderClassName
{
color: #E6C12B;
}
.AnyTagClassName
{
color: #E6C12B;
}
</style>
background-color css
<style>
a { background-color: #E6C12B; }
a { background-color: rgb(230,193,43); }
div.DivClassName
{
background-color: #E6C12B;
}
.BgClassName
{
background-color: #E6C12B;
}
</style>
border-color css
<style>
span { border-color: #E6C12B; }
span { border-color: rgb(230,193,43); }
td.TdClassName
{
border-color: #E6C12B;
}
.TagClassName
{
border-color: #E6C12B;
}
</style>