Shades of Bright Sun #E6C32C
Tints of Bright Sun #E6C32C
RGB
CMYK
RGB Variations
Color information
#E6C32C (or 0xE6C32C) is known color: Bright Sun. HEX triplet: E6, C3 and 2C. RGB value is (230,195,44). Sum of RGB (Red+Green+Blue) = 230+195+44=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C32C is #193CD3. Grayscale: #BCBCBC. Windows color (decimal): -1653972 or 2933734. OLE color: 2933734.
HSL color Cylindrical-coordinate representation of color #E6C32C: hue angle of 48.71º 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 #E6C32C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 44 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.10 |
| HSL | 48.71º | 0.79% | 0.54% | - |
| HSV(B) | 48.71º | 0.81% | 0.9% | - |
| XYZ | 52.6 | 56.04 | 10.43 | - |
| YUV | 188.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 44 | 0 | 0.15 | 0.81 | 0.10 | 48.71 | 0.79 | 0.54 |
| Hex | E6 | C3 | 2C | 0 | F | 51 | A | 31 | 4F | 36 |
| Octal | 346 | 303 | 54 | 0 | 17 | 121 | 12 | 61 | 117 | 66 |
| Binary | 11100110 | 11000011 | 101100 | 0 | 1111 | 1010001 | 1010 | 110001 | 1001111 | 110110 |
Color Harmonies of #E6C32C
Complementary color
Monochromatic Colors of #E6C32C
Black with #E6C32C
Text Example
Text Example
White with #E6C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C32C; }
p { color: rgb(230,195,44); }
H1.HeaderClassName
{
color: #E6C32C;
}
.AnyTagClassName
{
color: #E6C32C;
}
</style>
background-color css
<style>
a { background-color: #E6C32C; }
a { background-color: rgb(230,195,44); }
div.DivClassName
{
background-color: #E6C32C;
}
.BgClassName
{
background-color: #E6C32C;
}
</style>
border-color css
<style>
span { border-color: #E6C32C; }
span { border-color: rgb(230,195,44); }
td.TdClassName
{
border-color: #E6C32C;
}
.TagClassName
{
border-color: #E6C32C;
}
</style>