Shades of Yellow Sea #EEA73A
Tints of Yellow Sea #EEA73A
RGB
CMYK
RGB Variations
Color information
#EEA73A (or 0xEEA73A) is known color: Yellow Sea. HEX triplet: EE, A7 and 3A. RGB value is (238,167,58). Sum of RGB (Red+Green+Blue) = 238+167+58=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA73A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA73A is #1158C5. Grayscale: #B0B0B0. Windows color (decimal): -1136838 or 3844078. OLE color: 3844078.
HSL color Cylindrical-coordinate representation of color #EEA73A: hue angle of 36.33º 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 #EEA73A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 58 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.07 |
| HSL | 36.33º | 0.84% | 0.58% | - |
| HSV(B) | 36.33º | 0.76% | 0.93% | - |
| XYZ | 49.84 | 46.12 | 10.28 | - |
| YUV | 175.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 58 | 0 | 0.30 | 0.76 | 0.07 | 36.33 | 0.84 | 0.58 |
| Hex | EE | A7 | 3A | 0 | 1E | 4C | 7 | 24 | 54 | 3A |
| Octal | 356 | 247 | 72 | 0 | 36 | 114 | 7 | 44 | 124 | 72 |
| Binary | 11101110 | 10100111 | 111010 | 0 | 11110 | 1001100 | 111 | 100100 | 1010100 | 111010 |
Color Harmonies of #EEA73A
Complementary color
Monochromatic Colors of #EEA73A
Black with #EEA73A
Text Example
Text Example
White with #EEA73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA73A; }
p { color: rgb(238,167,58); }
H1.HeaderClassName
{
color: #EEA73A;
}
.AnyTagClassName
{
color: #EEA73A;
}
</style>
background-color css
<style>
a { background-color: #EEA73A; }
a { background-color: rgb(238,167,58); }
div.DivClassName
{
background-color: #EEA73A;
}
.BgClassName
{
background-color: #EEA73A;
}
</style>
border-color css
<style>
span { border-color: #EEA73A; }
span { border-color: rgb(238,167,58); }
td.TdClassName
{
border-color: #EEA73A;
}
.TagClassName
{
border-color: #EEA73A;
}
</style>