Shades of Yellow Sea #EF9A37
Tints of Yellow Sea #EF9A37
RGB
CMYK
RGB Variations
Color information
#EF9A37 (or 0xEF9A37) is known color: Yellow Sea. HEX triplet: EF, 9A and 37. RGB value is (239,154,55). Sum of RGB (Red+Green+Blue) = 239+154+55=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A37 is #1065C8. Grayscale: #A8A8A8. Windows color (decimal): -1074633 or 3644143. OLE color: 3644143.
HSL color Cylindrical-coordinate representation of color #EF9A37: hue angle of 32.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF9A37 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 55 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.06 |
| HSL | 32.28º | 0.85% | 0.58% | - |
| HSV(B) | 32.28º | 0.77% | 0.94% | - |
| XYZ | 47.84 | 41.74 | 9.15 | - |
| YUV | 168.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 55 | 0 | 0.36 | 0.77 | 0.06 | 32.28 | 0.85 | 0.58 |
| Hex | EF | 9A | 37 | 0 | 24 | 4D | 6 | 20 | 55 | 3A |
| Octal | 357 | 232 | 67 | 0 | 44 | 115 | 6 | 40 | 125 | 72 |
| Binary | 11101111 | 10011010 | 110111 | 0 | 100100 | 1001101 | 110 | 100000 | 1010101 | 111010 |
Color Harmonies of #EF9A37
Complementary color
Monochromatic Colors of #EF9A37
Black with #EF9A37
Text Example
Text Example
White with #EF9A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A37; }
p { color: rgb(239,154,55); }
H1.HeaderClassName
{
color: #EF9A37;
}
.AnyTagClassName
{
color: #EF9A37;
}
</style>
background-color css
<style>
a { background-color: #EF9A37; }
a { background-color: rgb(239,154,55); }
div.DivClassName
{
background-color: #EF9A37;
}
.BgClassName
{
background-color: #EF9A37;
}
</style>
border-color css
<style>
span { border-color: #EF9A37; }
span { border-color: rgb(239,154,55); }
td.TdClassName
{
border-color: #EF9A37;
}
.TagClassName
{
border-color: #EF9A37;
}
</style>