Shades of Bright Sun #E0C12F
Tints of Bright Sun #E0C12F
RGB
CMYK
RGB Variations
Color information
#E0C12F (or 0xE0C12F) is known color: Bright Sun. HEX triplet: E0, C1 and 2F. RGB value is (224,193,47). Sum of RGB (Red+Green+Blue) = 224+193+47=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C12F is #1F3ED0. Grayscale: #BABABA. Windows color (decimal): -2047697 or 3129824. OLE color: 3129824.
HSL color Cylindrical-coordinate representation of color #E0C12F: hue angle of 49.49º 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 #E0C12F is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 47 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.12 |
| HSL | 49.49º | 0.74% | 0.53% | - |
| HSV(B) | 49.49º | 0.79% | 0.88% | - |
| XYZ | 50.32 | 54.19 | 10.5 | - |
| YUV | 185.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 47 | 0 | 0.14 | 0.79 | 0.12 | 49.49 | 0.74 | 0.53 |
| Hex | E0 | C1 | 2F | 0 | E | 4F | C | 31 | 4A | 35 |
| Octal | 340 | 301 | 57 | 0 | 16 | 117 | 14 | 61 | 112 | 65 |
| Binary | 11100000 | 11000001 | 101111 | 0 | 1110 | 1001111 | 1100 | 110001 | 1001010 | 110101 |
Color Harmonies of #E0C12F
Complementary color
Monochromatic Colors of #E0C12F
Black with #E0C12F
Text Example
Text Example
White with #E0C12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C12F; }
p { color: rgb(224,193,47); }
H1.HeaderClassName
{
color: #E0C12F;
}
.AnyTagClassName
{
color: #E0C12F;
}
</style>
background-color css
<style>
a { background-color: #E0C12F; }
a { background-color: rgb(224,193,47); }
div.DivClassName
{
background-color: #E0C12F;
}
.BgClassName
{
background-color: #E0C12F;
}
</style>
border-color css
<style>
span { border-color: #E0C12F; }
span { border-color: rgb(224,193,47); }
td.TdClassName
{
border-color: #E0C12F;
}
.TagClassName
{
border-color: #E0C12F;
}
</style>