Shades of Yellow Sea #EE993D
Tints of Yellow Sea #EE993D
RGB
CMYK
RGB Variations
Color information
#EE993D (or 0xEE993D) is known color: Yellow Sea. HEX triplet: EE, 99 and 3D. RGB value is (238,153,61). Sum of RGB (Red+Green+Blue) = 238+153+61=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE993D is #1166C2. Grayscale: #A8A8A8. Windows color (decimal): -1140419 or 4037102. OLE color: 4037102.
HSL color Cylindrical-coordinate representation of color #EE993D: hue angle of 31.19º 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 #EE993D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 61 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.07 |
| HSL | 31.19º | 0.84% | 0.59% | - |
| HSV(B) | 31.19º | 0.74% | 0.93% | - |
| XYZ | 47.49 | 41.3 | 9.88 | - |
| YUV | 167.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 61 | 0 | 0.36 | 0.74 | 0.07 | 31.19 | 0.84 | 0.59 |
| Hex | EE | 99 | 3D | 0 | 24 | 4A | 7 | 1F | 54 | 3B |
| Octal | 356 | 231 | 75 | 0 | 44 | 112 | 7 | 37 | 124 | 73 |
| Binary | 11101110 | 10011001 | 111101 | 0 | 100100 | 1001010 | 111 | 11111 | 1010100 | 111011 |
Color Harmonies of #EE993D
Complementary color
Monochromatic Colors of #EE993D
Black with #EE993D
Text Example
Text Example
White with #EE993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE993D; }
p { color: rgb(238,153,61); }
H1.HeaderClassName
{
color: #EE993D;
}
.AnyTagClassName
{
color: #EE993D;
}
</style>
background-color css
<style>
a { background-color: #EE993D; }
a { background-color: rgb(238,153,61); }
div.DivClassName
{
background-color: #EE993D;
}
.BgClassName
{
background-color: #EE993D;
}
</style>
border-color css
<style>
span { border-color: #EE993D; }
span { border-color: rgb(238,153,61); }
td.TdClassName
{
border-color: #EE993D;
}
.TagClassName
{
border-color: #EE993D;
}
</style>