Shades of Bright Sun #E3C32C
Tints of Bright Sun #E3C32C
RGB
CMYK
RGB Variations
Color information
#E3C32C (or 0xE3C32C) is known color: Bright Sun. HEX triplet: E3, C3 and 2C. RGB value is (227,195,44). Sum of RGB (Red+Green+Blue) = 227+195+44=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C32C is #1C3CD3. Grayscale: #BBBBBB. Windows color (decimal): -1850580 or 2933731. OLE color: 2933731.
HSL color Cylindrical-coordinate representation of color #E3C32C: hue angle of 49.51º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3C32C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 44 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.11 |
| HSL | 49.51º | 0.77% | 0.53% | - |
| HSV(B) | 49.51º | 0.81% | 0.89% | - |
| XYZ | 51.65 | 55.54 | 10.38 | - |
| YUV | 187.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 44 | 0 | 0.14 | 0.81 | 0.11 | 49.51 | 0.77 | 0.53 |
| Hex | E3 | C3 | 2C | 0 | E | 51 | B | 32 | 4D | 35 |
| Octal | 343 | 303 | 54 | 0 | 16 | 121 | 13 | 62 | 115 | 65 |
| Binary | 11100011 | 11000011 | 101100 | 0 | 1110 | 1010001 | 1011 | 110010 | 1001101 | 110101 |
Color Harmonies of #E3C32C
Complementary color
Monochromatic Colors of #E3C32C
Black with #E3C32C
Text Example
Text Example
White with #E3C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C32C; }
p { color: rgb(227,195,44); }
H1.HeaderClassName
{
color: #E3C32C;
}
.AnyTagClassName
{
color: #E3C32C;
}
</style>
background-color css
<style>
a { background-color: #E3C32C; }
a { background-color: rgb(227,195,44); }
div.DivClassName
{
background-color: #E3C32C;
}
.BgClassName
{
background-color: #E3C32C;
}
</style>
border-color css
<style>
span { border-color: #E3C32C; }
span { border-color: rgb(227,195,44); }
td.TdClassName
{
border-color: #E3C32C;
}
.TagClassName
{
border-color: #E3C32C;
}
</style>