Shades of Yellow Sea #EEA83A
Tints of Yellow Sea #EEA83A
RGB
CMYK
RGB Variations
Color information
#EEA83A (or 0xEEA83A) is known color: Yellow Sea. HEX triplet: EE, A8 and 3A. RGB value is (238,168,58). Sum of RGB (Red+Green+Blue) = 238+168+58=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA83A is #1157C5. Grayscale: #B0B0B0. Windows color (decimal): -1136582 or 3844334. OLE color: 3844334.
HSL color Cylindrical-coordinate representation of color #EEA83A: hue angle of 36.67º 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 #EEA83A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 58 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.07 |
| HSL | 36.67º | 0.84% | 0.58% | - |
| HSV(B) | 36.67º | 0.76% | 0.93% | - |
| XYZ | 50.03 | 46.49 | 10.34 | - |
| YUV | 176.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 58 | 0 | 0.29 | 0.76 | 0.07 | 36.67 | 0.84 | 0.58 |
| Hex | EE | A8 | 3A | 0 | 1D | 4C | 7 | 25 | 54 | 3A |
| Octal | 356 | 250 | 72 | 0 | 35 | 114 | 7 | 45 | 124 | 72 |
| Binary | 11101110 | 10101000 | 111010 | 0 | 11101 | 1001100 | 111 | 100101 | 1010100 | 111010 |
Color Harmonies of #EEA83A
Complementary color
Monochromatic Colors of #EEA83A
Black with #EEA83A
Text Example
Text Example
White with #EEA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA83A; }
p { color: rgb(238,168,58); }
H1.HeaderClassName
{
color: #EEA83A;
}
.AnyTagClassName
{
color: #EEA83A;
}
</style>
background-color css
<style>
a { background-color: #EEA83A; }
a { background-color: rgb(238,168,58); }
div.DivClassName
{
background-color: #EEA83A;
}
.BgClassName
{
background-color: #EEA83A;
}
</style>
border-color css
<style>
span { border-color: #EEA83A; }
span { border-color: rgb(238,168,58); }
td.TdClassName
{
border-color: #EEA83A;
}
.TagClassName
{
border-color: #EEA83A;
}
</style>