Shades of Bright Sun #EEC02B
Tints of Bright Sun #EEC02B
RGB
CMYK
RGB Variations
Color information
#EEC02B (or 0xEEC02B) is known color: Bright Sun. HEX triplet: EE, C0 and 2B. RGB value is (238,192,43). Sum of RGB (Red+Green+Blue) = 238+192+43=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC02B is #113FD4. Grayscale: #BDBDBD. Windows color (decimal): -1130453 or 2867438. OLE color: 2867438.
HSL color Cylindrical-coordinate representation of color #EEC02B: hue angle of 45.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEC02B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 43 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.07 |
| HSL | 45.85º | 0.85% | 0.55% | - |
| HSV(B) | 45.85º | 0.82% | 0.93% | - |
| XYZ | 54.55 | 56.05 | 10.23 | - |
| YUV | 188.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 43 | 0 | 0.19 | 0.82 | 0.07 | 45.85 | 0.85 | 0.55 |
| Hex | EE | C0 | 2B | 0 | 13 | 52 | 7 | 2E | 55 | 37 |
| Octal | 356 | 300 | 53 | 0 | 23 | 122 | 7 | 56 | 125 | 67 |
| Binary | 11101110 | 11000000 | 101011 | 0 | 10011 | 1010010 | 111 | 101110 | 1010101 | 110111 |
Color Harmonies of #EEC02B
Complementary color
Monochromatic Colors of #EEC02B
Black with #EEC02B
Text Example
Text Example
White with #EEC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC02B; }
p { color: rgb(238,192,43); }
H1.HeaderClassName
{
color: #EEC02B;
}
.AnyTagClassName
{
color: #EEC02B;
}
</style>
background-color css
<style>
a { background-color: #EEC02B; }
a { background-color: rgb(238,192,43); }
div.DivClassName
{
background-color: #EEC02B;
}
.BgClassName
{
background-color: #EEC02B;
}
</style>
border-color css
<style>
span { border-color: #EEC02B; }
span { border-color: rgb(238,192,43); }
td.TdClassName
{
border-color: #EEC02B;
}
.TagClassName
{
border-color: #EEC02B;
}
</style>