Shades of Bright Sun #EEC02F
Tints of Bright Sun #EEC02F
RGB
CMYK
RGB Variations
Color information
#EEC02F (or 0xEEC02F) is known color: Bright Sun. HEX triplet: EE, C0 and 2F. RGB value is (238,192,47). Sum of RGB (Red+Green+Blue) = 238+192+47=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC02F is #113FD0. Grayscale: #BDBDBD. Windows color (decimal): -1130449 or 3129582. OLE color: 3129582.
HSL color Cylindrical-coordinate representation of color #EEC02F: hue angle of 45.55º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEC02F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 47 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.07 |
| HSL | 45.55º | 0.85% | 0.56% | - |
| HSV(B) | 45.55º | 0.8% | 0.93% | - |
| XYZ | 54.62 | 56.08 | 10.64 | - |
| YUV | 189.22 | 47.74 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 47 | 0 | 0.19 | 0.80 | 0.07 | 45.55 | 0.85 | 0.56 |
| Hex | EE | C0 | 2F | 0 | 13 | 50 | 7 | 2E | 55 | 38 |
| Octal | 356 | 300 | 57 | 0 | 23 | 120 | 7 | 56 | 125 | 70 |
| Binary | 11101110 | 11000000 | 101111 | 0 | 10011 | 1010000 | 111 | 101110 | 1010101 | 111000 |
Color Harmonies of #EEC02F
Complementary color
Monochromatic Colors of #EEC02F
Black with #EEC02F
Text Example
Text Example
White with #EEC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC02F; }
p { color: rgb(238,192,47); }
H1.HeaderClassName
{
color: #EEC02F;
}
.AnyTagClassName
{
color: #EEC02F;
}
</style>
background-color css
<style>
a { background-color: #EEC02F; }
a { background-color: rgb(238,192,47); }
div.DivClassName
{
background-color: #EEC02F;
}
.BgClassName
{
background-color: #EEC02F;
}
</style>
border-color css
<style>
span { border-color: #EEC02F; }
span { border-color: rgb(238,192,47); }
td.TdClassName
{
border-color: #EEC02F;
}
.TagClassName
{
border-color: #EEC02F;
}
</style>