Shades of Yellow Sea #EF9934
Tints of Yellow Sea #EF9934
RGB
CMYK
RGB Variations
Color information
#EF9934 (or 0xEF9934) is known color: Yellow Sea. HEX triplet: EF, 99 and 34. RGB value is (239,153,52). Sum of RGB (Red+Green+Blue) = 239+153+52=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9934 is #1066CB. Grayscale: #A7A7A7. Windows color (decimal): -1074892 or 3447279. OLE color: 3447279.
HSL color Cylindrical-coordinate representation of color #EF9934: hue angle of 32.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF9934 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 52 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.06 |
| HSL | 32.41º | 0.85% | 0.57% | - |
| HSV(B) | 32.41º | 0.78% | 0.94% | - |
| XYZ | 47.61 | 41.38 | 8.73 | - |
| YUV | 167.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 52 | 0 | 0.36 | 0.78 | 0.06 | 32.41 | 0.85 | 0.57 |
| Hex | EF | 99 | 34 | 0 | 24 | 4E | 6 | 20 | 55 | 39 |
| Octal | 357 | 231 | 64 | 0 | 44 | 116 | 6 | 40 | 125 | 71 |
| Binary | 11101111 | 10011001 | 110100 | 0 | 100100 | 1001110 | 110 | 100000 | 1010101 | 111001 |
Color Harmonies of #EF9934
Complementary color
Monochromatic Colors of #EF9934
Black with #EF9934
Text Example
Text Example
White with #EF9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9934; }
p { color: rgb(239,153,52); }
H1.HeaderClassName
{
color: #EF9934;
}
.AnyTagClassName
{
color: #EF9934;
}
</style>
background-color css
<style>
a { background-color: #EF9934; }
a { background-color: rgb(239,153,52); }
div.DivClassName
{
background-color: #EF9934;
}
.BgClassName
{
background-color: #EF9934;
}
</style>
border-color css
<style>
span { border-color: #EF9934; }
span { border-color: rgb(239,153,52); }
td.TdClassName
{
border-color: #EF9934;
}
.TagClassName
{
border-color: #EF9934;
}
</style>