Shades of Bright Sun #EEC22F
Tints of Bright Sun #EEC22F
RGB
CMYK
RGB Variations
Color information
#EEC22F (or 0xEEC22F) is known color: Bright Sun. HEX triplet: EE, C2 and 2F. RGB value is (238,194,47). Sum of RGB (Red+Green+Blue) = 238+194+47=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC22F is #113DD0. Grayscale: #BFBFBF. Windows color (decimal): -1129937 or 3130094. OLE color: 3130094.
HSL color Cylindrical-coordinate representation of color #EEC22F: hue angle of 46.18º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEC22F is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 47 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.07 |
| HSL | 46.18º | 0.85% | 0.56% | - |
| HSV(B) | 46.18º | 0.8% | 0.93% | - |
| XYZ | 55.06 | 56.97 | 10.78 | - |
| YUV | 190.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 47 | 0 | 0.18 | 0.80 | 0.07 | 46.18 | 0.85 | 0.56 |
| Hex | EE | C2 | 2F | 0 | 12 | 50 | 7 | 2E | 55 | 38 |
| Octal | 356 | 302 | 57 | 0 | 22 | 120 | 7 | 56 | 125 | 70 |
| Binary | 11101110 | 11000010 | 101111 | 0 | 10010 | 1010000 | 111 | 101110 | 1010101 | 111000 |
Color Harmonies of #EEC22F
Complementary color
Monochromatic Colors of #EEC22F
Black with #EEC22F
Text Example
Text Example
White with #EEC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC22F; }
p { color: rgb(238,194,47); }
H1.HeaderClassName
{
color: #EEC22F;
}
.AnyTagClassName
{
color: #EEC22F;
}
</style>
background-color css
<style>
a { background-color: #EEC22F; }
a { background-color: rgb(238,194,47); }
div.DivClassName
{
background-color: #EEC22F;
}
.BgClassName
{
background-color: #EEC22F;
}
</style>
border-color css
<style>
span { border-color: #EEC22F; }
span { border-color: rgb(238,194,47); }
td.TdClassName
{
border-color: #EEC22F;
}
.TagClassName
{
border-color: #EEC22F;
}
</style>