Shades of Bright Sun #EEC22C
Tints of Bright Sun #EEC22C
RGB
CMYK
RGB Variations
Color information
#EEC22C (or 0xEEC22C) is known color: Bright Sun. HEX triplet: EE, C2 and 2C. RGB value is (238,194,44). Sum of RGB (Red+Green+Blue) = 238+194+44=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC22C is #113DD3. Grayscale: #BEBEBE. Windows color (decimal): -1129940 or 2933486. OLE color: 2933486.
HSL color Cylindrical-coordinate representation of color #EEC22C: hue angle of 46.39º 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 #EEC22C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 44 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.07 |
| HSL | 46.39º | 0.85% | 0.55% | - |
| HSV(B) | 46.39º | 0.82% | 0.93% | - |
| XYZ | 55.01 | 56.94 | 10.47 | - |
| YUV | 190.06 | 45.58 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 44 | 0 | 0.18 | 0.82 | 0.07 | 46.39 | 0.85 | 0.55 |
| Hex | EE | C2 | 2C | 0 | 12 | 52 | 7 | 2E | 55 | 37 |
| Octal | 356 | 302 | 54 | 0 | 22 | 122 | 7 | 56 | 125 | 67 |
| Binary | 11101110 | 11000010 | 101100 | 0 | 10010 | 1010010 | 111 | 101110 | 1010101 | 110111 |
Color Harmonies of #EEC22C
Complementary color
Monochromatic Colors of #EEC22C
Black with #EEC22C
Text Example
Text Example
White with #EEC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC22C; }
p { color: rgb(238,194,44); }
H1.HeaderClassName
{
color: #EEC22C;
}
.AnyTagClassName
{
color: #EEC22C;
}
</style>
background-color css
<style>
a { background-color: #EEC22C; }
a { background-color: rgb(238,194,44); }
div.DivClassName
{
background-color: #EEC22C;
}
.BgClassName
{
background-color: #EEC22C;
}
</style>
border-color css
<style>
span { border-color: #EEC22C; }
span { border-color: rgb(238,194,44); }
td.TdClassName
{
border-color: #EEC22C;
}
.TagClassName
{
border-color: #EEC22C;
}
</style>