Shades of Bright Sun #E2C327
Tints of Bright Sun #E2C327
RGB
CMYK
RGB Variations
Color information
#E2C327 (or 0xE2C327) is known color: Bright Sun. HEX triplet: E2, C3 and 27. RGB value is (226,195,39). Sum of RGB (Red+Green+Blue) = 226+195+39=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C327 is #1D3CD8. Grayscale: #BBBBBB. Windows color (decimal): -1916121 or 2606050. OLE color: 2606050.
HSL color Cylindrical-coordinate representation of color #E2C327: hue angle of 50.05º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2C327 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 39 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.11 |
| HSL | 50.05º | 0.76% | 0.52% | - |
| HSV(B) | 50.05º | 0.83% | 0.89% | - |
| XYZ | 51.25 | 55.35 | 9.9 | - |
| YUV | 186.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 39 | 0 | 0.14 | 0.83 | 0.11 | 50.05 | 0.76 | 0.52 |
| Hex | E2 | C3 | 27 | 0 | E | 53 | B | 32 | 4C | 34 |
| Octal | 342 | 303 | 47 | 0 | 16 | 123 | 13 | 62 | 114 | 64 |
| Binary | 11100010 | 11000011 | 100111 | 0 | 1110 | 1010011 | 1011 | 110010 | 1001100 | 110100 |
Color Harmonies of #E2C327
Complementary color
Monochromatic Colors of #E2C327
Black with #E2C327
Text Example
Text Example
White with #E2C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C327; }
p { color: rgb(226,195,39); }
H1.HeaderClassName
{
color: #E2C327;
}
.AnyTagClassName
{
color: #E2C327;
}
</style>
background-color css
<style>
a { background-color: #E2C327; }
a { background-color: rgb(226,195,39); }
div.DivClassName
{
background-color: #E2C327;
}
.BgClassName
{
background-color: #E2C327;
}
</style>
border-color css
<style>
span { border-color: #E2C327; }
span { border-color: rgb(226,195,39); }
td.TdClassName
{
border-color: #E2C327;
}
.TagClassName
{
border-color: #E2C327;
}
</style>