Shades of Yellow Sea #EE9C3D
Tints of Yellow Sea #EE9C3D
RGB
CMYK
RGB Variations
Color information
#EE9C3D (or 0xEE9C3D) is known color: Yellow Sea. HEX triplet: EE, 9C and 3D. RGB value is (238,156,61). Sum of RGB (Red+Green+Blue) = 238+156+61=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9C3D is #1163C2. Grayscale: #AAAAAA. Windows color (decimal): -1139651 or 4037870. OLE color: 4037870.
HSL color Cylindrical-coordinate representation of color #EE9C3D: hue angle of 32.2º 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 #EE9C3D is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 61 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.07 |
| HSL | 32.2º | 0.84% | 0.59% | - |
| HSV(B) | 32.2º | 0.74% | 0.93% | - |
| XYZ | 47.99 | 42.29 | 10.05 | - |
| YUV | 169.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 61 | 0 | 0.34 | 0.74 | 0.07 | 32.2 | 0.84 | 0.59 |
| Hex | EE | 9C | 3D | 0 | 22 | 4A | 7 | 20 | 54 | 3B |
| Octal | 356 | 234 | 75 | 0 | 42 | 112 | 7 | 40 | 124 | 73 |
| Binary | 11101110 | 10011100 | 111101 | 0 | 100010 | 1001010 | 111 | 100000 | 1010100 | 111011 |
Color Harmonies of #EE9C3D
Complementary color
Monochromatic Colors of #EE9C3D
Black with #EE9C3D
Text Example
Text Example
White with #EE9C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C3D; }
p { color: rgb(238,156,61); }
H1.HeaderClassName
{
color: #EE9C3D;
}
.AnyTagClassName
{
color: #EE9C3D;
}
</style>
background-color css
<style>
a { background-color: #EE9C3D; }
a { background-color: rgb(238,156,61); }
div.DivClassName
{
background-color: #EE9C3D;
}
.BgClassName
{
background-color: #EE9C3D;
}
</style>
border-color css
<style>
span { border-color: #EE9C3D; }
span { border-color: rgb(238,156,61); }
td.TdClassName
{
border-color: #EE9C3D;
}
.TagClassName
{
border-color: #EE9C3D;
}
</style>