Shades of Bright Sun #EEC42A
Tints of Bright Sun #EEC42A
RGB
CMYK
RGB Variations
Color information
#EEC42A (or 0xEEC42A) is known color: Bright Sun. HEX triplet: EE, C4 and 2A. RGB value is (238,196,42). Sum of RGB (Red+Green+Blue) = 238+196+42=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC42A is #113BD5. Grayscale: #BFBFBF. Windows color (decimal): -1129430 or 2802926. OLE color: 2802926.
HSL color Cylindrical-coordinate representation of color #EEC42A: hue angle of 47.14º 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 #EEC42A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 42 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.07 |
| HSL | 47.14º | 0.85% | 0.55% | - |
| HSV(B) | 47.14º | 0.82% | 0.93% | - |
| XYZ | 55.42 | 57.82 | 10.43 | - |
| YUV | 191 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 42 | 0 | 0.18 | 0.82 | 0.07 | 47.14 | 0.85 | 0.55 |
| Hex | EE | C4 | 2A | 0 | 12 | 52 | 7 | 2F | 55 | 37 |
| Octal | 356 | 304 | 52 | 0 | 22 | 122 | 7 | 57 | 125 | 67 |
| Binary | 11101110 | 11000100 | 101010 | 0 | 10010 | 1010010 | 111 | 101111 | 1010101 | 110111 |
Color Harmonies of #EEC42A
Complementary color
Monochromatic Colors of #EEC42A
Black with #EEC42A
Text Example
Text Example
White with #EEC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC42A; }
p { color: rgb(238,196,42); }
H1.HeaderClassName
{
color: #EEC42A;
}
.AnyTagClassName
{
color: #EEC42A;
}
</style>
background-color css
<style>
a { background-color: #EEC42A; }
a { background-color: rgb(238,196,42); }
div.DivClassName
{
background-color: #EEC42A;
}
.BgClassName
{
background-color: #EEC42A;
}
</style>
border-color css
<style>
span { border-color: #EEC42A; }
span { border-color: rgb(238,196,42); }
td.TdClassName
{
border-color: #EEC42A;
}
.TagClassName
{
border-color: #EEC42A;
}
</style>