Shades of Bright Sun #E6BF24
Tints of Bright Sun #E6BF24
RGB
CMYK
RGB Variations
Color information
#E6BF24 (or 0xE6BF24) is known color: Bright Sun. HEX triplet: E6, BF and 24. RGB value is (230,191,36). Sum of RGB (Red+Green+Blue) = 230+191+36=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 36 (14.45% from 255 or 7.88% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BF24 is #1940DB. Grayscale: #B9B9B9. Windows color (decimal): -1655004 or 2408422. OLE color: 2408422.
HSL color Cylindrical-coordinate representation of color #E6BF24: hue angle of 47.94º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6BF24 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 36 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.10 |
| HSL | 47.94º | 0.8% | 0.52% | - |
| HSV(B) | 47.94º | 0.84% | 0.9% | - |
| XYZ | 51.58 | 54.21 | 9.41 | - |
| YUV | 184.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 36 | 0 | 0.17 | 0.84 | 0.10 | 47.94 | 0.8 | 0.52 |
| Hex | E6 | BF | 24 | 0 | 11 | 54 | A | 30 | 50 | 34 |
| Octal | 346 | 277 | 44 | 0 | 21 | 124 | 12 | 60 | 120 | 64 |
| Binary | 11100110 | 10111111 | 100100 | 0 | 10001 | 1010100 | 1010 | 110000 | 1010000 | 110100 |
Color Harmonies of #E6BF24
Complementary color
Monochromatic Colors of #E6BF24
Black with #E6BF24
Text Example
Text Example
White with #E6BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF24; }
p { color: rgb(230,191,36); }
H1.HeaderClassName
{
color: #E6BF24;
}
.AnyTagClassName
{
color: #E6BF24;
}
</style>
background-color css
<style>
a { background-color: #E6BF24; }
a { background-color: rgb(230,191,36); }
div.DivClassName
{
background-color: #E6BF24;
}
.BgClassName
{
background-color: #E6BF24;
}
</style>
border-color css
<style>
span { border-color: #E6BF24; }
span { border-color: rgb(230,191,36); }
td.TdClassName
{
border-color: #E6BF24;
}
.TagClassName
{
border-color: #E6BF24;
}
</style>