Shades of Bright Sun #EEC128
Tints of Bright Sun #EEC128
RGB
CMYK
RGB Variations
Color information
#EEC128 (or 0xEEC128) is known color: Bright Sun. HEX triplet: EE, C1 and 28. RGB value is (238,193,40). Sum of RGB (Red+Green+Blue) = 238+193+40=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC128 is #113ED7. Grayscale: #BDBDBD. Windows color (decimal): -1130200 or 2671086. OLE color: 2671086.
HSL color Cylindrical-coordinate representation of color #EEC128: hue angle of 46.36º 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 #EEC128 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 40 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.07 |
| HSL | 46.36º | 0.85% | 0.55% | - |
| HSV(B) | 46.36º | 0.83% | 0.93% | - |
| XYZ | 54.71 | 56.47 | 10.02 | - |
| YUV | 189.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 40 | 0 | 0.19 | 0.83 | 0.07 | 46.36 | 0.85 | 0.55 |
| Hex | EE | C1 | 28 | 0 | 13 | 53 | 7 | 2E | 55 | 37 |
| Octal | 356 | 301 | 50 | 0 | 23 | 123 | 7 | 56 | 125 | 67 |
| Binary | 11101110 | 11000001 | 101000 | 0 | 10011 | 1010011 | 111 | 101110 | 1010101 | 110111 |
Color Harmonies of #EEC128
Complementary color
Monochromatic Colors of #EEC128
Black with #EEC128
Text Example
Text Example
White with #EEC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC128; }
p { color: rgb(238,193,40); }
H1.HeaderClassName
{
color: #EEC128;
}
.AnyTagClassName
{
color: #EEC128;
}
</style>
background-color css
<style>
a { background-color: #EEC128; }
a { background-color: rgb(238,193,40); }
div.DivClassName
{
background-color: #EEC128;
}
.BgClassName
{
background-color: #EEC128;
}
</style>
border-color css
<style>
span { border-color: #EEC128; }
span { border-color: rgb(238,193,40); }
td.TdClassName
{
border-color: #EEC128;
}
.TagClassName
{
border-color: #EEC128;
}
</style>