Shades of Yellow Sea #EF9D28
Tints of Yellow Sea #EF9D28
RGB
CMYK
RGB Variations
Color information
#EF9D28 (or 0xEF9D28) is known color: Yellow Sea. HEX triplet: EF, 9D and 28. RGB value is (239,157,40). Sum of RGB (Red+Green+Blue) = 239+157+40=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D28 is #1062D7. Grayscale: #A8A8A8. Windows color (decimal): -1073880 or 2661871. OLE color: 2661871.
HSL color Cylindrical-coordinate representation of color #EF9D28: hue angle of 35.28º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF9D28 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 40 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.06 |
| HSL | 35.28º | 0.86% | 0.55% | - |
| HSV(B) | 35.28º | 0.83% | 0.94% | - |
| XYZ | 48.04 | 42.62 | 7.7 | - |
| YUV | 168.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 40 | 0 | 0.34 | 0.83 | 0.06 | 35.28 | 0.86 | 0.55 |
| Hex | EF | 9D | 28 | 0 | 22 | 53 | 6 | 23 | 56 | 37 |
| Octal | 357 | 235 | 50 | 0 | 42 | 123 | 6 | 43 | 126 | 67 |
| Binary | 11101111 | 10011101 | 101000 | 0 | 100010 | 1010011 | 110 | 100011 | 1010110 | 110111 |
Color Harmonies of #EF9D28
Complementary color
Monochromatic Colors of #EF9D28
Black with #EF9D28
Text Example
Text Example
White with #EF9D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D28; }
p { color: rgb(239,157,40); }
H1.HeaderClassName
{
color: #EF9D28;
}
.AnyTagClassName
{
color: #EF9D28;
}
</style>
background-color css
<style>
a { background-color: #EF9D28; }
a { background-color: rgb(239,157,40); }
div.DivClassName
{
background-color: #EF9D28;
}
.BgClassName
{
background-color: #EF9D28;
}
</style>
border-color css
<style>
span { border-color: #EF9D28; }
span { border-color: rgb(239,157,40); }
td.TdClassName
{
border-color: #EF9D28;
}
.TagClassName
{
border-color: #EF9D28;
}
</style>