Shades of Yellow Sea #EF9F32
Tints of Yellow Sea #EF9F32
RGB
CMYK
RGB Variations
Color information
#EF9F32 (or 0xEF9F32) is known color: Yellow Sea. HEX triplet: EF, 9F and 32. RGB value is (239,159,50). Sum of RGB (Red+Green+Blue) = 239+159+50=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F32 is #1060CD. Grayscale: #ABABAB. Windows color (decimal): -1073358 or 3317743. OLE color: 3317743.
HSL color Cylindrical-coordinate representation of color #EF9F32: hue angle of 34.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF9F32 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 50 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.06 |
| HSL | 34.6º | 0.86% | 0.57% | - |
| HSV(B) | 34.6º | 0.79% | 0.94% | - |
| XYZ | 48.57 | 43.38 | 8.83 | - |
| YUV | 170.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 50 | 0 | 0.33 | 0.79 | 0.06 | 34.6 | 0.86 | 0.57 |
| Hex | EF | 9F | 32 | 0 | 21 | 4F | 6 | 23 | 56 | 39 |
| Octal | 357 | 237 | 62 | 0 | 41 | 117 | 6 | 43 | 126 | 71 |
| Binary | 11101111 | 10011111 | 110010 | 0 | 100001 | 1001111 | 110 | 100011 | 1010110 | 111001 |
Color Harmonies of #EF9F32
Complementary color
Monochromatic Colors of #EF9F32
Black with #EF9F32
Text Example
Text Example
White with #EF9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F32; }
p { color: rgb(239,159,50); }
H1.HeaderClassName
{
color: #EF9F32;
}
.AnyTagClassName
{
color: #EF9F32;
}
</style>
background-color css
<style>
a { background-color: #EF9F32; }
a { background-color: rgb(239,159,50); }
div.DivClassName
{
background-color: #EF9F32;
}
.BgClassName
{
background-color: #EF9F32;
}
</style>
border-color css
<style>
span { border-color: #EF9F32; }
span { border-color: rgb(239,159,50); }
td.TdClassName
{
border-color: #EF9F32;
}
.TagClassName
{
border-color: #EF9F32;
}
</style>