Shades of Yellow Sea #EEA22F
Tints of Yellow Sea #EEA22F
RGB
CMYK
RGB Variations
Color information
#EEA22F (or 0xEEA22F) is known color: Yellow Sea. HEX triplet: EE, A2 and 2F. RGB value is (238,162,47). Sum of RGB (Red+Green+Blue) = 238+162+47=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA22F is #115DD0. Grayscale: #ACACAC. Windows color (decimal): -1138129 or 3121902. OLE color: 3121902.
HSL color Cylindrical-coordinate representation of color #EEA22F: hue angle of 36.13º 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 #EEA22F is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 47 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.07 |
| HSL | 36.13º | 0.85% | 0.56% | - |
| HSV(B) | 36.13º | 0.8% | 0.93% | - |
| XYZ | 48.69 | 44.22 | 8.66 | - |
| YUV | 171.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 47 | 0 | 0.32 | 0.80 | 0.07 | 36.13 | 0.85 | 0.56 |
| Hex | EE | A2 | 2F | 0 | 20 | 50 | 7 | 24 | 55 | 38 |
| Octal | 356 | 242 | 57 | 0 | 40 | 120 | 7 | 44 | 125 | 70 |
| Binary | 11101110 | 10100010 | 101111 | 0 | 100000 | 1010000 | 111 | 100100 | 1010101 | 111000 |
Color Harmonies of #EEA22F
Complementary color
Monochromatic Colors of #EEA22F
Black with #EEA22F
Text Example
Text Example
White with #EEA22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA22F; }
p { color: rgb(238,162,47); }
H1.HeaderClassName
{
color: #EEA22F;
}
.AnyTagClassName
{
color: #EEA22F;
}
</style>
background-color css
<style>
a { background-color: #EEA22F; }
a { background-color: rgb(238,162,47); }
div.DivClassName
{
background-color: #EEA22F;
}
.BgClassName
{
background-color: #EEA22F;
}
</style>
border-color css
<style>
span { border-color: #EEA22F; }
span { border-color: rgb(238,162,47); }
td.TdClassName
{
border-color: #EEA22F;
}
.TagClassName
{
border-color: #EEA22F;
}
</style>