Shades of Bright Sun #E1BF2C
Tints of Bright Sun #E1BF2C
RGB
CMYK
RGB Variations
Color information
#E1BF2C (or 0xE1BF2C) is known color: Bright Sun. HEX triplet: E1, BF and 2C. RGB value is (225,191,44). Sum of RGB (Red+Green+Blue) = 225+191+44=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF2C is #1E40D3. Grayscale: #B9B9B9. Windows color (decimal): -1982676 or 2932705. OLE color: 2932705.
HSL color Cylindrical-coordinate representation of color #E1BF2C: hue angle of 48.73º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1BF2C is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 44 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.12 |
| HSL | 48.73º | 0.75% | 0.53% | - |
| HSV(B) | 48.73º | 0.8% | 0.88% | - |
| XYZ | 50.14 | 53.45 | 10.06 | - |
| YUV | 184.41 | 48.76 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 44 | 0 | 0.15 | 0.80 | 0.12 | 48.73 | 0.75 | 0.53 |
| Hex | E1 | BF | 2C | 0 | F | 50 | C | 31 | 4B | 35 |
| Octal | 341 | 277 | 54 | 0 | 17 | 120 | 14 | 61 | 113 | 65 |
| Binary | 11100001 | 10111111 | 101100 | 0 | 1111 | 1010000 | 1100 | 110001 | 1001011 | 110101 |
Color Harmonies of #E1BF2C
Complementary color
Monochromatic Colors of #E1BF2C
Black with #E1BF2C
Text Example
Text Example
White with #E1BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF2C; }
p { color: rgb(225,191,44); }
H1.HeaderClassName
{
color: #E1BF2C;
}
.AnyTagClassName
{
color: #E1BF2C;
}
</style>
background-color css
<style>
a { background-color: #E1BF2C; }
a { background-color: rgb(225,191,44); }
div.DivClassName
{
background-color: #E1BF2C;
}
.BgClassName
{
background-color: #E1BF2C;
}
</style>
border-color css
<style>
span { border-color: #E1BF2C; }
span { border-color: rgb(225,191,44); }
td.TdClassName
{
border-color: #E1BF2C;
}
.TagClassName
{
border-color: #E1BF2C;
}
</style>