Shades of Bright Sun #E5C326
Tints of Bright Sun #E5C326
RGB
CMYK
RGB Variations
Color information
#E5C326 (or 0xE5C326) is known color: Bright Sun. HEX triplet: E5, C3 and 26. RGB value is (229,195,38). Sum of RGB (Red+Green+Blue) = 229+195+38=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C326 is #1A3CD9. Grayscale: #BBBBBB. Windows color (decimal): -1719514 or 2540517. OLE color: 2540517.
HSL color Cylindrical-coordinate representation of color #E5C326: hue angle of 49.32º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5C326 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 38 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.10 |
| HSL | 49.32º | 0.79% | 0.52% | - |
| HSV(B) | 49.32º | 0.83% | 0.9% | - |
| XYZ | 52.18 | 55.83 | 9.86 | - |
| YUV | 187.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 38 | 0 | 0.15 | 0.83 | 0.10 | 49.32 | 0.79 | 0.52 |
| Hex | E5 | C3 | 26 | 0 | F | 53 | A | 31 | 4F | 34 |
| Octal | 345 | 303 | 46 | 0 | 17 | 123 | 12 | 61 | 117 | 64 |
| Binary | 11100101 | 11000011 | 100110 | 0 | 1111 | 1010011 | 1010 | 110001 | 1001111 | 110100 |
Color Harmonies of #E5C326
Complementary color
Monochromatic Colors of #E5C326
Black with #E5C326
Text Example
Text Example
White with #E5C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C326; }
p { color: rgb(229,195,38); }
H1.HeaderClassName
{
color: #E5C326;
}
.AnyTagClassName
{
color: #E5C326;
}
</style>
background-color css
<style>
a { background-color: #E5C326; }
a { background-color: rgb(229,195,38); }
div.DivClassName
{
background-color: #E5C326;
}
.BgClassName
{
background-color: #E5C326;
}
</style>
border-color css
<style>
span { border-color: #E5C326; }
span { border-color: rgb(229,195,38); }
td.TdClassName
{
border-color: #E5C326;
}
.TagClassName
{
border-color: #E5C326;
}
</style>