Shades of Yellow Sea #EF9A31
Tints of Yellow Sea #EF9A31
RGB
CMYK
RGB Variations
Color information
#EF9A31 (or 0xEF9A31) is known color: Yellow Sea. HEX triplet: EF, 9A and 31. RGB value is (239,154,49). Sum of RGB (Red+Green+Blue) = 239+154+49=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A31 is #1065CE. Grayscale: #A7A7A7. Windows color (decimal): -1074639 or 3250927. OLE color: 3250927.
HSL color Cylindrical-coordinate representation of color #EF9A31: hue angle of 33.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF9A31 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 49 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.06 |
| HSL | 33.16º | 0.86% | 0.56% | - |
| HSV(B) | 33.16º | 0.79% | 0.94% | - |
| XYZ | 47.71 | 41.68 | 8.44 | - |
| YUV | 167.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 49 | 0 | 0.36 | 0.79 | 0.06 | 33.16 | 0.86 | 0.56 |
| Hex | EF | 9A | 31 | 0 | 24 | 4F | 6 | 21 | 56 | 38 |
| Octal | 357 | 232 | 61 | 0 | 44 | 117 | 6 | 41 | 126 | 70 |
| Binary | 11101111 | 10011010 | 110001 | 0 | 100100 | 1001111 | 110 | 100001 | 1010110 | 111000 |
Color Harmonies of #EF9A31
Complementary color
Monochromatic Colors of #EF9A31
Black with #EF9A31
Text Example
Text Example
White with #EF9A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A31; }
p { color: rgb(239,154,49); }
H1.HeaderClassName
{
color: #EF9A31;
}
.AnyTagClassName
{
color: #EF9A31;
}
</style>
background-color css
<style>
a { background-color: #EF9A31; }
a { background-color: rgb(239,154,49); }
div.DivClassName
{
background-color: #EF9A31;
}
.BgClassName
{
background-color: #EF9A31;
}
</style>
border-color css
<style>
span { border-color: #EF9A31; }
span { border-color: rgb(239,154,49); }
td.TdClassName
{
border-color: #EF9A31;
}
.TagClassName
{
border-color: #EF9A31;
}
</style>