Shades of Bright Sun #EEC228
Tints of Bright Sun #EEC228
RGB
CMYK
RGB Variations
Color information
#EEC228 (or 0xEEC228) is known color: Bright Sun. HEX triplet: EE, C2 and 28. RGB value is (238,194,40). Sum of RGB (Red+Green+Blue) = 238+194+40=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC228 is #113DD7. Grayscale: #BEBEBE. Windows color (decimal): -1129944 or 2671342. OLE color: 2671342.
HSL color Cylindrical-coordinate representation of color #EEC228: hue angle of 46.67º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEC228 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 40 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.07 |
| HSL | 46.67º | 0.85% | 0.55% | - |
| HSV(B) | 46.67º | 0.83% | 0.93% | - |
| XYZ | 54.93 | 56.91 | 10.1 | - |
| YUV | 189.6 | 43.58 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 40 | 0 | 0.18 | 0.83 | 0.07 | 46.67 | 0.85 | 0.55 |
| Hex | EE | C2 | 28 | 0 | 12 | 53 | 7 | 2F | 55 | 37 |
| Octal | 356 | 302 | 50 | 0 | 22 | 123 | 7 | 57 | 125 | 67 |
| Binary | 11101110 | 11000010 | 101000 | 0 | 10010 | 1010011 | 111 | 101111 | 1010101 | 110111 |
Color Harmonies of #EEC228
Complementary color
Monochromatic Colors of #EEC228
Black with #EEC228
Text Example
Text Example
White with #EEC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC228; }
p { color: rgb(238,194,40); }
H1.HeaderClassName
{
color: #EEC228;
}
.AnyTagClassName
{
color: #EEC228;
}
</style>
background-color css
<style>
a { background-color: #EEC228; }
a { background-color: rgb(238,194,40); }
div.DivClassName
{
background-color: #EEC228;
}
.BgClassName
{
background-color: #EEC228;
}
</style>
border-color css
<style>
span { border-color: #EEC228; }
span { border-color: rgb(238,194,40); }
td.TdClassName
{
border-color: #EEC228;
}
.TagClassName
{
border-color: #EEC228;
}
</style>