Shades of Bright Sun #E9C32E
Tints of Bright Sun #E9C32E
RGB
CMYK
RGB Variations
Color information
#E9C32E (or 0xE9C32E) is known color: Bright Sun. HEX triplet: E9, C3 and 2E. RGB value is (233,195,46). Sum of RGB (Red+Green+Blue) = 233+195+46=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C32E is #163CD1. Grayscale: #BEBEBE. Windows color (decimal): -1457362 or 3064809. OLE color: 3064809.
HSL color Cylindrical-coordinate representation of color #E9C32E: hue angle of 47.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9C32E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 46 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.09 |
| HSL | 47.81º | 0.81% | 0.55% | - |
| HSV(B) | 47.81º | 0.8% | 0.91% | - |
| XYZ | 53.61 | 56.55 | 10.67 | - |
| YUV | 189.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 46 | 0 | 0.16 | 0.80 | 0.09 | 47.81 | 0.81 | 0.55 |
| Hex | E9 | C3 | 2E | 0 | 10 | 50 | 9 | 30 | 51 | 37 |
| Octal | 351 | 303 | 56 | 0 | 20 | 120 | 11 | 60 | 121 | 67 |
| Binary | 11101001 | 11000011 | 101110 | 0 | 10000 | 1010000 | 1001 | 110000 | 1010001 | 110111 |
Color Harmonies of #E9C32E
Complementary color
Monochromatic Colors of #E9C32E
Black with #E9C32E
Text Example
Text Example
White with #E9C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C32E; }
p { color: rgb(233,195,46); }
H1.HeaderClassName
{
color: #E9C32E;
}
.AnyTagClassName
{
color: #E9C32E;
}
</style>
background-color css
<style>
a { background-color: #E9C32E; }
a { background-color: rgb(233,195,46); }
div.DivClassName
{
background-color: #E9C32E;
}
.BgClassName
{
background-color: #E9C32E;
}
</style>
border-color css
<style>
span { border-color: #E9C32E; }
span { border-color: rgb(233,195,46); }
td.TdClassName
{
border-color: #E9C32E;
}
.TagClassName
{
border-color: #E9C32E;
}
</style>