Shades of Yellow Sea #EE9F3A
Tints of Yellow Sea #EE9F3A
RGB
CMYK
RGB Variations
Color information
#EE9F3A (or 0xEE9F3A) is known color: Yellow Sea. HEX triplet: EE, 9F and 3A. RGB value is (238,159,58). Sum of RGB (Red+Green+Blue) = 238+159+58=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9F3A is #1160C5. Grayscale: #ABABAB. Windows color (decimal): -1138886 or 3842030. OLE color: 3842030.
HSL color Cylindrical-coordinate representation of color #EE9F3A: hue angle of 33.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 #EE9F3A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 159 | 58 | - |
CMYK | 0 | 0.33 | 0.76 | 0.07 |
HSL | 33.67º | 0.84% | 0.58% | - |
HSV(B) | 33.67º | 0.76% | 0.93% | - |
XYZ | 48.42 | 43.28 | 9.8 | - |
YUV | 171.11 | 64.17 | 175.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 159 | 58 | 0 | 0.33 | 0.76 | 0.07 | 33.67 | 0.84 | 0.58 |
Hex | EE | 9F | 3A | 0 | 21 | 4C | 7 | 22 | 54 | 3A |
Octal | 356 | 237 | 72 | 0 | 41 | 114 | 7 | 42 | 124 | 72 |
Binary | 11101110 | 10011111 | 111010 | 0 | 100001 | 1001100 | 111 | 100010 | 1010100 | 111010 |
Color Harmonies of #EE9F3A
Complementary color
Monochromatic Colors of #EE9F3A
Black with #EE9F3A
Text Example
Text Example
White with #EE9F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F3A; }
p { color: rgb(238,159,58); }
H1.HeaderClassName
{
color: #EE9F3A;
}
.AnyTagClassName
{
color: #EE9F3A;
}
</style>
background-color css
<style>
a { background-color: #EE9F3A; }
a { background-color: rgb(238,159,58); }
div.DivClassName
{
background-color: #EE9F3A;
}
.BgClassName
{
background-color: #EE9F3A;
}
</style>
border-color css
<style>
span { border-color: #EE9F3A; }
span { border-color: rgb(238,159,58); }
td.TdClassName
{
border-color: #EE9F3A;
}
.TagClassName
{
border-color: #EE9F3A;
}
</style>