Shades of Bright Sun #E9BC22
Tints of Bright Sun #E9BC22
RGB
CMYK
RGB Variations
Color information
#E9BC22 (or 0xE9BC22) is known color: Bright Sun. HEX triplet: E9, BC and 22. RGB value is (233,188,34). Sum of RGB (Red+Green+Blue) = 233+188+34=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BC22 is #1643DD. Grayscale: #B8B8B8. Windows color (decimal): -1459166 or 2276585. OLE color: 2276585.
HSL color Cylindrical-coordinate representation of color #E9BC22: hue angle of 46.43º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9BC22 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 34 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.09 |
| HSL | 46.43º | 0.82% | 0.52% | - |
| HSV(B) | 46.43º | 0.85% | 0.91% | - |
| XYZ | 51.88 | 53.41 | 9.09 | - |
| YUV | 183.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 34 | 0 | 0.19 | 0.85 | 0.09 | 46.43 | 0.82 | 0.52 |
| Hex | E9 | BC | 22 | 0 | 13 | 55 | 9 | 2E | 52 | 34 |
| Octal | 351 | 274 | 42 | 0 | 23 | 125 | 11 | 56 | 122 | 64 |
| Binary | 11101001 | 10111100 | 100010 | 0 | 10011 | 1010101 | 1001 | 101110 | 1010010 | 110100 |
Color Harmonies of #E9BC22
Complementary color
Monochromatic Colors of #E9BC22
Black with #E9BC22
Text Example
Text Example
White with #E9BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC22; }
p { color: rgb(233,188,34); }
H1.HeaderClassName
{
color: #E9BC22;
}
.AnyTagClassName
{
color: #E9BC22;
}
</style>
background-color css
<style>
a { background-color: #E9BC22; }
a { background-color: rgb(233,188,34); }
div.DivClassName
{
background-color: #E9BC22;
}
.BgClassName
{
background-color: #E9BC22;
}
</style>
border-color css
<style>
span { border-color: #E9BC22; }
span { border-color: rgb(233,188,34); }
td.TdClassName
{
border-color: #E9BC22;
}
.TagClassName
{
border-color: #E9BC22;
}
</style>