Shades of Yellow Sea #EEA031
Tints of Yellow Sea #EEA031
RGB
CMYK
RGB Variations
Color information
#EEA031 (or 0xEEA031) is known color: Yellow Sea. HEX triplet: EE, A0 and 31. RGB value is (238,160,49). Sum of RGB (Red+Green+Blue) = 238+160+49=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA031 is #115FCE. Grayscale: #ABABAB. Windows color (decimal): -1138639 or 3252462. OLE color: 3252462.
HSL color Cylindrical-coordinate representation of color #EEA031: hue angle of 35.24º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEA031 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 49 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.07 |
| HSL | 35.24º | 0.85% | 0.56% | - |
| HSV(B) | 35.24º | 0.79% | 0.93% | - |
| XYZ | 48.39 | 43.54 | 8.76 | - |
| YUV | 170.67 | 59.34 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 49 | 0 | 0.33 | 0.79 | 0.07 | 35.24 | 0.85 | 0.56 |
| Hex | EE | A0 | 31 | 0 | 21 | 4F | 7 | 23 | 55 | 38 |
| Octal | 356 | 240 | 61 | 0 | 41 | 117 | 7 | 43 | 125 | 70 |
| Binary | 11101110 | 10100000 | 110001 | 0 | 100001 | 1001111 | 111 | 100011 | 1010101 | 111000 |
Color Harmonies of #EEA031
Complementary color
Monochromatic Colors of #EEA031
Black with #EEA031
Text Example
Text Example
White with #EEA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA031; }
p { color: rgb(238,160,49); }
H1.HeaderClassName
{
color: #EEA031;
}
.AnyTagClassName
{
color: #EEA031;
}
</style>
background-color css
<style>
a { background-color: #EEA031; }
a { background-color: rgb(238,160,49); }
div.DivClassName
{
background-color: #EEA031;
}
.BgClassName
{
background-color: #EEA031;
}
</style>
border-color css
<style>
span { border-color: #EEA031; }
span { border-color: rgb(238,160,49); }
td.TdClassName
{
border-color: #EEA031;
}
.TagClassName
{
border-color: #EEA031;
}
</style>