Shades of Yellow Sea #EE9E3E
Tints of Yellow Sea #EE9E3E
RGB
CMYK
RGB Variations
Color information
#EE9E3E (or 0xEE9E3E) is known color: Yellow Sea. HEX triplet: EE, 9E and 3E. RGB value is (238,158,62). Sum of RGB (Red+Green+Blue) = 238+158+62=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9E3E is #1161C1. Grayscale: #ABABAB. Windows color (decimal): -1139138 or 4103918. OLE color: 4103918.
HSL color Cylindrical-coordinate representation of color #EE9E3E: hue angle of 32.73º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE9E3E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 62 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.07 |
| HSL | 32.73º | 0.84% | 0.59% | - |
| HSV(B) | 32.73º | 0.74% | 0.93% | - |
| XYZ | 48.36 | 42.98 | 10.3 | - |
| YUV | 170.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 62 | 0 | 0.34 | 0.74 | 0.07 | 32.73 | 0.84 | 0.59 |
| Hex | EE | 9E | 3E | 0 | 22 | 4A | 7 | 21 | 54 | 3B |
| Octal | 356 | 236 | 76 | 0 | 42 | 112 | 7 | 41 | 124 | 73 |
| Binary | 11101110 | 10011110 | 111110 | 0 | 100010 | 1001010 | 111 | 100001 | 1010100 | 111011 |
Color Harmonies of #EE9E3E
Complementary color
Monochromatic Colors of #EE9E3E
Black with #EE9E3E
Text Example
Text Example
White with #EE9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9E3E; }
p { color: rgb(238,158,62); }
H1.HeaderClassName
{
color: #EE9E3E;
}
.AnyTagClassName
{
color: #EE9E3E;
}
</style>
background-color css
<style>
a { background-color: #EE9E3E; }
a { background-color: rgb(238,158,62); }
div.DivClassName
{
background-color: #EE9E3E;
}
.BgClassName
{
background-color: #EE9E3E;
}
</style>
border-color css
<style>
span { border-color: #EE9E3E; }
span { border-color: rgb(238,158,62); }
td.TdClassName
{
border-color: #EE9E3E;
}
.TagClassName
{
border-color: #EE9E3E;
}
</style>