Shades of Yellow Sea #EF9E28
Tints of Yellow Sea #EF9E28
RGB
CMYK
RGB Variations
Color information
#EF9E28 (or 0xEF9E28) is known color: Yellow Sea. HEX triplet: EF, 9E and 28. RGB value is (239,158,40). Sum of RGB (Red+Green+Blue) = 239+158+40=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9E28 is #1061D7. Grayscale: #A9A9A9. Windows color (decimal): -1073624 or 2662127. OLE color: 2662127.
HSL color Cylindrical-coordinate representation of color #EF9E28: hue angle of 35.58º 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 #EF9E28 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 40 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.06 |
| HSL | 35.58º | 0.86% | 0.55% | - |
| HSV(B) | 35.58º | 0.83% | 0.94% | - |
| XYZ | 48.21 | 42.96 | 7.76 | - |
| YUV | 168.77 | 55.34 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 40 | 0 | 0.34 | 0.83 | 0.06 | 35.58 | 0.86 | 0.55 |
| Hex | EF | 9E | 28 | 0 | 22 | 53 | 6 | 24 | 56 | 37 |
| Octal | 357 | 236 | 50 | 0 | 42 | 123 | 6 | 44 | 126 | 67 |
| Binary | 11101111 | 10011110 | 101000 | 0 | 100010 | 1010011 | 110 | 100100 | 1010110 | 110111 |
Color Harmonies of #EF9E28
Complementary color
Monochromatic Colors of #EF9E28
Black with #EF9E28
Text Example
Text Example
White with #EF9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E28; }
p { color: rgb(239,158,40); }
H1.HeaderClassName
{
color: #EF9E28;
}
.AnyTagClassName
{
color: #EF9E28;
}
</style>
background-color css
<style>
a { background-color: #EF9E28; }
a { background-color: rgb(239,158,40); }
div.DivClassName
{
background-color: #EF9E28;
}
.BgClassName
{
background-color: #EF9E28;
}
</style>
border-color css
<style>
span { border-color: #EF9E28; }
span { border-color: rgb(239,158,40); }
td.TdClassName
{
border-color: #EF9E28;
}
.TagClassName
{
border-color: #EF9E28;
}
</style>