Shades of Bright Sun #E2BF29
Tints of Bright Sun #E2BF29
RGB
CMYK
RGB Variations
Color information
#E2BF29 (or 0xE2BF29) is known color: Bright Sun. HEX triplet: E2, BF and 29. RGB value is (226,191,41). Sum of RGB (Red+Green+Blue) = 226+191+41=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF29 is #1D40D6. Grayscale: #B9B9B9. Windows color (decimal): -1917143 or 2736098. OLE color: 2736098.
HSL color Cylindrical-coordinate representation of color #E2BF29: hue angle of 48.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2BF29 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 41 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.11 |
| HSL | 48.65º | 0.76% | 0.52% | - |
| HSV(B) | 48.65º | 0.82% | 0.89% | - |
| XYZ | 50.4 | 53.59 | 9.79 | - |
| YUV | 184.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 41 | 0 | 0.15 | 0.82 | 0.11 | 48.65 | 0.76 | 0.52 |
| Hex | E2 | BF | 29 | 0 | F | 52 | B | 31 | 4C | 34 |
| Octal | 342 | 277 | 51 | 0 | 17 | 122 | 13 | 61 | 114 | 64 |
| Binary | 11100010 | 10111111 | 101001 | 0 | 1111 | 1010010 | 1011 | 110001 | 1001100 | 110100 |
Color Harmonies of #E2BF29
Complementary color
Monochromatic Colors of #E2BF29
Black with #E2BF29
Text Example
Text Example
White with #E2BF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF29; }
p { color: rgb(226,191,41); }
H1.HeaderClassName
{
color: #E2BF29;
}
.AnyTagClassName
{
color: #E2BF29;
}
</style>
background-color css
<style>
a { background-color: #E2BF29; }
a { background-color: rgb(226,191,41); }
div.DivClassName
{
background-color: #E2BF29;
}
.BgClassName
{
background-color: #E2BF29;
}
</style>
border-color css
<style>
span { border-color: #E2BF29; }
span { border-color: rgb(226,191,41); }
td.TdClassName
{
border-color: #E2BF29;
}
.TagClassName
{
border-color: #E2BF29;
}
</style>