Shades of Bright Sun #E0BF30
Tints of Bright Sun #E0BF30
RGB
CMYK
RGB Variations
Color information
#E0BF30 (or 0xE0BF30) is known color: Bright Sun. HEX triplet: E0, BF and 30. RGB value is (224,191,48). Sum of RGB (Red+Green+Blue) = 224+191+48=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BF30 is #1F40CF. Grayscale: #B9B9B9. Windows color (decimal): -2048208 or 3194848. OLE color: 3194848.
HSL color Cylindrical-coordinate representation of color #E0BF30: hue angle of 48.75º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0BF30 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 48 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.12 |
| HSL | 48.75º | 0.74% | 0.53% | - |
| HSV(B) | 48.75º | 0.79% | 0.88% | - |
| XYZ | 49.9 | 53.32 | 10.46 | - |
| YUV | 184.57 | 50.93 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 48 | 0 | 0.15 | 0.79 | 0.12 | 48.75 | 0.74 | 0.53 |
| Hex | E0 | BF | 30 | 0 | F | 4F | C | 31 | 4A | 35 |
| Octal | 340 | 277 | 60 | 0 | 17 | 117 | 14 | 61 | 112 | 65 |
| Binary | 11100000 | 10111111 | 110000 | 0 | 1111 | 1001111 | 1100 | 110001 | 1001010 | 110101 |
Color Harmonies of #E0BF30
Complementary color
Monochromatic Colors of #E0BF30
Black with #E0BF30
Text Example
Text Example
White with #E0BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BF30; }
p { color: rgb(224,191,48); }
H1.HeaderClassName
{
color: #E0BF30;
}
.AnyTagClassName
{
color: #E0BF30;
}
</style>
background-color css
<style>
a { background-color: #E0BF30; }
a { background-color: rgb(224,191,48); }
div.DivClassName
{
background-color: #E0BF30;
}
.BgClassName
{
background-color: #E0BF30;
}
</style>
border-color css
<style>
span { border-color: #E0BF30; }
span { border-color: rgb(224,191,48); }
td.TdClassName
{
border-color: #E0BF30;
}
.TagClassName
{
border-color: #E0BF30;
}
</style>