Shades of Yellow Sea #EEA638
Tints of Yellow Sea #EEA638
RGB
CMYK
RGB Variations
Color information
#EEA638 (or 0xEEA638) is known color: Yellow Sea. HEX triplet: EE, A6 and 38. RGB value is (238,166,56). Sum of RGB (Red+Green+Blue) = 238+166+56=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA638 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA638 is #1159C7. Grayscale: #AFAFAF. Windows color (decimal): -1137096 or 3712750. OLE color: 3712750.
HSL color Cylindrical-coordinate representation of color #EEA638: hue angle of 36.26º 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 #EEA638 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 56 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.07 |
| HSL | 36.26º | 0.84% | 0.58% | - |
| HSV(B) | 36.26º | 0.76% | 0.93% | - |
| XYZ | 49.61 | 45.74 | 9.95 | - |
| YUV | 174.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 56 | 0 | 0.30 | 0.76 | 0.07 | 36.26 | 0.84 | 0.58 |
| Hex | EE | A6 | 38 | 0 | 1E | 4C | 7 | 24 | 54 | 3A |
| Octal | 356 | 246 | 70 | 0 | 36 | 114 | 7 | 44 | 124 | 72 |
| Binary | 11101110 | 10100110 | 111000 | 0 | 11110 | 1001100 | 111 | 100100 | 1010100 | 111010 |
Color Harmonies of #EEA638
Complementary color
Monochromatic Colors of #EEA638
Black with #EEA638
Text Example
Text Example
White with #EEA638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA638; }
p { color: rgb(238,166,56); }
H1.HeaderClassName
{
color: #EEA638;
}
.AnyTagClassName
{
color: #EEA638;
}
</style>
background-color css
<style>
a { background-color: #EEA638; }
a { background-color: rgb(238,166,56); }
div.DivClassName
{
background-color: #EEA638;
}
.BgClassName
{
background-color: #EEA638;
}
</style>
border-color css
<style>
span { border-color: #EEA638; }
span { border-color: rgb(238,166,56); }
td.TdClassName
{
border-color: #EEA638;
}
.TagClassName
{
border-color: #EEA638;
}
</style>