Shades of Bright Sun #EEC031
Tints of Bright Sun #EEC031
RGB
CMYK
RGB Variations
Color information
#EEC031 (or 0xEEC031) is known color: Bright Sun. HEX triplet: EE, C0 and 31. RGB value is (238,192,49). Sum of RGB (Red+Green+Blue) = 238+192+49=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC031 is #113FCE. Grayscale: #BEBEBE. Windows color (decimal): -1130447 or 3260654. OLE color: 3260654.
HSL color Cylindrical-coordinate representation of color #EEC031: hue angle of 45.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEC031 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 49 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.07 |
| HSL | 45.4º | 0.85% | 0.56% | - |
| HSV(B) | 45.4º | 0.79% | 0.93% | - |
| XYZ | 54.66 | 56.1 | 10.85 | - |
| YUV | 189.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 49 | 0 | 0.19 | 0.79 | 0.07 | 45.4 | 0.85 | 0.56 |
| Hex | EE | C0 | 31 | 0 | 13 | 4F | 7 | 2D | 55 | 38 |
| Octal | 356 | 300 | 61 | 0 | 23 | 117 | 7 | 55 | 125 | 70 |
| Binary | 11101110 | 11000000 | 110001 | 0 | 10011 | 1001111 | 111 | 101101 | 1010101 | 111000 |
Color Harmonies of #EEC031
Complementary color
Monochromatic Colors of #EEC031
Black with #EEC031
Text Example
Text Example
White with #EEC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC031; }
p { color: rgb(238,192,49); }
H1.HeaderClassName
{
color: #EEC031;
}
.AnyTagClassName
{
color: #EEC031;
}
</style>
background-color css
<style>
a { background-color: #EEC031; }
a { background-color: rgb(238,192,49); }
div.DivClassName
{
background-color: #EEC031;
}
.BgClassName
{
background-color: #EEC031;
}
</style>
border-color css
<style>
span { border-color: #EEC031; }
span { border-color: rgb(238,192,49); }
td.TdClassName
{
border-color: #EEC031;
}
.TagClassName
{
border-color: #EEC031;
}
</style>