Shades of Yellow Sea #EEA138
Tints of Yellow Sea #EEA138
RGB
CMYK
RGB Variations
Color information
#EEA138 (or 0xEEA138) is known color: Yellow Sea. HEX triplet: EE, A1 and 38. RGB value is (238,161,56). Sum of RGB (Red+Green+Blue) = 238+161+56=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA138 is #115EC7. Grayscale: #ACACAC. Windows color (decimal): -1138376 or 3711470. OLE color: 3711470.
HSL color Cylindrical-coordinate representation of color #EEA138: hue angle of 34.62º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEA138 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 56 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.07 |
| HSL | 34.62º | 0.84% | 0.58% | - |
| HSV(B) | 34.62º | 0.76% | 0.93% | - |
| XYZ | 48.72 | 43.95 | 9.66 | - |
| YUV | 172.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 56 | 0 | 0.32 | 0.76 | 0.07 | 34.62 | 0.84 | 0.58 |
| Hex | EE | A1 | 38 | 0 | 20 | 4C | 7 | 23 | 54 | 3A |
| Octal | 356 | 241 | 70 | 0 | 40 | 114 | 7 | 43 | 124 | 72 |
| Binary | 11101110 | 10100001 | 111000 | 0 | 100000 | 1001100 | 111 | 100011 | 1010100 | 111010 |
Color Harmonies of #EEA138
Complementary color
Monochromatic Colors of #EEA138
Black with #EEA138
Text Example
Text Example
White with #EEA138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA138; }
p { color: rgb(238,161,56); }
H1.HeaderClassName
{
color: #EEA138;
}
.AnyTagClassName
{
color: #EEA138;
}
</style>
background-color css
<style>
a { background-color: #EEA138; }
a { background-color: rgb(238,161,56); }
div.DivClassName
{
background-color: #EEA138;
}
.BgClassName
{
background-color: #EEA138;
}
</style>
border-color css
<style>
span { border-color: #EEA138; }
span { border-color: rgb(238,161,56); }
td.TdClassName
{
border-color: #EEA138;
}
.TagClassName
{
border-color: #EEA138;
}
</style>