Shades of Bright Sun #E4BD32
Tints of Bright Sun #E4BD32
RGB
CMYK
RGB Variations
Color information
#E4BD32 (or 0xE4BD32) is known color: Bright Sun. HEX triplet: E4, BD and 32. RGB value is (228,189,50). Sum of RGB (Red+Green+Blue) = 228+189+50=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BD32 is #1B42CD. Grayscale: #B9B9B9. Windows color (decimal): -1786574 or 3325412. OLE color: 3325412.
HSL color Cylindrical-coordinate representation of color #E4BD32: hue angle of 46.85º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4BD32 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 189 | 50 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.11 |
| HSL | 46.85º | 0.77% | 0.55% | - |
| HSV(B) | 46.85º | 0.78% | 0.89% | - |
| XYZ | 50.77 | 53.12 | 10.59 | - |
| YUV | 184.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 50 | 0 | 0.17 | 0.78 | 0.11 | 46.85 | 0.77 | 0.55 |
| Hex | E4 | BD | 32 | 0 | 11 | 4E | B | 2F | 4D | 37 |
| Octal | 344 | 275 | 62 | 0 | 21 | 116 | 13 | 57 | 115 | 67 |
| Binary | 11100100 | 10111101 | 110010 | 0 | 10001 | 1001110 | 1011 | 101111 | 1001101 | 110111 |
Color Harmonies of #E4BD32
Complementary color
Monochromatic Colors of #E4BD32
Black with #E4BD32
Text Example
Text Example
White with #E4BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BD32; }
p { color: rgb(228,189,50); }
H1.HeaderClassName
{
color: #E4BD32;
}
.AnyTagClassName
{
color: #E4BD32;
}
</style>
background-color css
<style>
a { background-color: #E4BD32; }
a { background-color: rgb(228,189,50); }
div.DivClassName
{
background-color: #E4BD32;
}
.BgClassName
{
background-color: #E4BD32;
}
</style>
border-color css
<style>
span { border-color: #E4BD32; }
span { border-color: rgb(228,189,50); }
td.TdClassName
{
border-color: #E4BD32;
}
.TagClassName
{
border-color: #E4BD32;
}
</style>