Shades of Yellow Sea #EE993C
Tints of Yellow Sea #EE993C
RGB
CMYK
RGB Variations
Color information
#EE993C (or 0xEE993C) is known color: Yellow Sea. HEX triplet: EE, 99 and 3C. RGB value is (238,153,60). Sum of RGB (Red+Green+Blue) = 238+153+60=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE993C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE993C is #1166C3. Grayscale: #A8A8A8. Windows color (decimal): -1140420 or 3971566. OLE color: 3971566.
HSL color Cylindrical-coordinate representation of color #EE993C: hue angle of 31.35º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE993C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 60 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.07 |
| HSL | 31.35º | 0.84% | 0.58% | - |
| HSV(B) | 31.35º | 0.75% | 0.93% | - |
| XYZ | 47.47 | 41.29 | 9.74 | - |
| YUV | 167.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 60 | 0 | 0.36 | 0.75 | 0.07 | 31.35 | 0.84 | 0.58 |
| Hex | EE | 99 | 3C | 0 | 24 | 4B | 7 | 1F | 54 | 3A |
| Octal | 356 | 231 | 74 | 0 | 44 | 113 | 7 | 37 | 124 | 72 |
| Binary | 11101110 | 10011001 | 111100 | 0 | 100100 | 1001011 | 111 | 11111 | 1010100 | 111010 |
Color Harmonies of #EE993C
Complementary color
Monochromatic Colors of #EE993C
Black with #EE993C
Text Example
Text Example
White with #EE993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE993C; }
p { color: rgb(238,153,60); }
H1.HeaderClassName
{
color: #EE993C;
}
.AnyTagClassName
{
color: #EE993C;
}
</style>
background-color css
<style>
a { background-color: #EE993C; }
a { background-color: rgb(238,153,60); }
div.DivClassName
{
background-color: #EE993C;
}
.BgClassName
{
background-color: #EE993C;
}
</style>
border-color css
<style>
span { border-color: #EE993C; }
span { border-color: rgb(238,153,60); }
td.TdClassName
{
border-color: #EE993C;
}
.TagClassName
{
border-color: #EE993C;
}
</style>