Shades of Yellow Sea #EE9C3F
Tints of Yellow Sea #EE9C3F
RGB
CMYK
RGB Variations
Color information
#EE9C3F (or 0xEE9C3F) is known color: Yellow Sea. HEX triplet: EE, 9C and 3F. RGB value is (238,156,63). Sum of RGB (Red+Green+Blue) = 238+156+63=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9C3F is #1163C0. Grayscale: #AAAAAA. Windows color (decimal): -1139649 or 4168942. OLE color: 4168942.
HSL color Cylindrical-coordinate representation of color #EE9C3F: hue angle of 31.89º 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 #EE9C3F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 63 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.07 |
| HSL | 31.89º | 0.84% | 0.59% | - |
| HSV(B) | 31.89º | 0.74% | 0.93% | - |
| XYZ | 48.05 | 42.31 | 10.34 | - |
| YUV | 169.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 63 | 0 | 0.34 | 0.74 | 0.07 | 31.89 | 0.84 | 0.59 |
| Hex | EE | 9C | 3F | 0 | 22 | 4A | 7 | 20 | 54 | 3B |
| Octal | 356 | 234 | 77 | 0 | 42 | 112 | 7 | 40 | 124 | 73 |
| Binary | 11101110 | 10011100 | 111111 | 0 | 100010 | 1001010 | 111 | 100000 | 1010100 | 111011 |
Color Harmonies of #EE9C3F
Complementary color
Monochromatic Colors of #EE9C3F
Black with #EE9C3F
Text Example
Text Example
White with #EE9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C3F; }
p { color: rgb(238,156,63); }
H1.HeaderClassName
{
color: #EE9C3F;
}
.AnyTagClassName
{
color: #EE9C3F;
}
</style>
background-color css
<style>
a { background-color: #EE9C3F; }
a { background-color: rgb(238,156,63); }
div.DivClassName
{
background-color: #EE9C3F;
}
.BgClassName
{
background-color: #EE9C3F;
}
</style>
border-color css
<style>
span { border-color: #EE9C3F; }
span { border-color: rgb(238,156,63); }
td.TdClassName
{
border-color: #EE9C3F;
}
.TagClassName
{
border-color: #EE9C3F;
}
</style>