Shades of Bright Sun #E5C330
Tints of Bright Sun #E5C330
RGB
CMYK
RGB Variations
Color information
#E5C330 (or 0xE5C330) is known color: Bright Sun. HEX triplet: E5, C3 and 30. RGB value is (229,195,48). Sum of RGB (Red+Green+Blue) = 229+195+48=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C330 is #1A3CCF. Grayscale: #BDBDBD. Windows color (decimal): -1719504 or 3195877. OLE color: 3195877.
HSL color Cylindrical-coordinate representation of color #E5C330: hue angle of 48.73º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5C330 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 48 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.10 |
| HSL | 48.73º | 0.78% | 0.54% | - |
| HSV(B) | 48.73º | 0.79% | 0.9% | - |
| XYZ | 52.36 | 55.9 | 10.83 | - |
| YUV | 188.41 | 48.76 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 48 | 0 | 0.15 | 0.79 | 0.10 | 48.73 | 0.78 | 0.54 |
| Hex | E5 | C3 | 30 | 0 | F | 4F | A | 31 | 4E | 36 |
| Octal | 345 | 303 | 60 | 0 | 17 | 117 | 12 | 61 | 116 | 66 |
| Binary | 11100101 | 11000011 | 110000 | 0 | 1111 | 1001111 | 1010 | 110001 | 1001110 | 110110 |
Color Harmonies of #E5C330
Complementary color
Monochromatic Colors of #E5C330
Black with #E5C330
Text Example
Text Example
White with #E5C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C330; }
p { color: rgb(229,195,48); }
H1.HeaderClassName
{
color: #E5C330;
}
.AnyTagClassName
{
color: #E5C330;
}
</style>
background-color css
<style>
a { background-color: #E5C330; }
a { background-color: rgb(229,195,48); }
div.DivClassName
{
background-color: #E5C330;
}
.BgClassName
{
background-color: #E5C330;
}
</style>
border-color css
<style>
span { border-color: #E5C330; }
span { border-color: rgb(229,195,48); }
td.TdClassName
{
border-color: #E5C330;
}
.TagClassName
{
border-color: #E5C330;
}
</style>