Shades of Yellow Sea #EEA340
Tints of Yellow Sea #EEA340
RGB
CMYK
RGB Variations
Color information
#EEA340 (or 0xEEA340) is known color: Yellow Sea. HEX triplet: EE, A3 and 40. RGB value is (238,163,64). Sum of RGB (Red+Green+Blue) = 238+163+64=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA340 is #115CBF. Grayscale: #AEAEAE. Windows color (decimal): -1137856 or 4236270. OLE color: 4236270.
HSL color Cylindrical-coordinate representation of color #EEA340: hue angle of 34.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEA340 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 64 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.07 |
| HSL | 34.14º | 0.84% | 0.59% | - |
| HSV(B) | 34.14º | 0.73% | 0.93% | - |
| XYZ | 49.28 | 44.74 | 10.89 | - |
| YUV | 174.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 64 | 0 | 0.32 | 0.73 | 0.07 | 34.14 | 0.84 | 0.59 |
| Hex | EE | A3 | 40 | 0 | 20 | 49 | 7 | 22 | 54 | 3B |
| Octal | 356 | 243 | 100 | 0 | 40 | 111 | 7 | 42 | 124 | 73 |
| Binary | 11101110 | 10100011 | 1000000 | 0 | 100000 | 1001001 | 111 | 100010 | 1010100 | 111011 |
Color Harmonies of #EEA340
Complementary color
Monochromatic Colors of #EEA340
Black with #EEA340
Text Example
Text Example
White with #EEA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA340; }
p { color: rgb(238,163,64); }
H1.HeaderClassName
{
color: #EEA340;
}
.AnyTagClassName
{
color: #EEA340;
}
</style>
background-color css
<style>
a { background-color: #EEA340; }
a { background-color: rgb(238,163,64); }
div.DivClassName
{
background-color: #EEA340;
}
.BgClassName
{
background-color: #EEA340;
}
</style>
border-color css
<style>
span { border-color: #EEA340; }
span { border-color: rgb(238,163,64); }
td.TdClassName
{
border-color: #EEA340;
}
.TagClassName
{
border-color: #EEA340;
}
</style>