Shades of Yellow Sea #EF9A2E
Tints of Yellow Sea #EF9A2E
RGB
CMYK
RGB Variations
Color information
#EF9A2E (or 0xEF9A2E) is known color: Yellow Sea. HEX triplet: EF, 9A and 2E. RGB value is (239,154,46). Sum of RGB (Red+Green+Blue) = 239+154+46=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A2E is #1065D1. Grayscale: #A7A7A7. Windows color (decimal): -1074642 or 3054319. OLE color: 3054319.
HSL color Cylindrical-coordinate representation of color #EF9A2E: hue angle of 33.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF9A2E is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 46 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.06 |
| HSL | 33.58º | 0.86% | 0.56% | - |
| HSV(B) | 33.58º | 0.81% | 0.94% | - |
| XYZ | 47.65 | 41.66 | 8.11 | - |
| YUV | 167.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 46 | 0 | 0.36 | 0.81 | 0.06 | 33.58 | 0.86 | 0.56 |
| Hex | EF | 9A | 2E | 0 | 24 | 51 | 6 | 22 | 56 | 38 |
| Octal | 357 | 232 | 56 | 0 | 44 | 121 | 6 | 42 | 126 | 70 |
| Binary | 11101111 | 10011010 | 101110 | 0 | 100100 | 1010001 | 110 | 100010 | 1010110 | 111000 |
Color Harmonies of #EF9A2E
Complementary color
Monochromatic Colors of #EF9A2E
Black with #EF9A2E
Text Example
Text Example
White with #EF9A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A2E; }
p { color: rgb(239,154,46); }
H1.HeaderClassName
{
color: #EF9A2E;
}
.AnyTagClassName
{
color: #EF9A2E;
}
</style>
background-color css
<style>
a { background-color: #EF9A2E; }
a { background-color: rgb(239,154,46); }
div.DivClassName
{
background-color: #EF9A2E;
}
.BgClassName
{
background-color: #EF9A2E;
}
</style>
border-color css
<style>
span { border-color: #EF9A2E; }
span { border-color: rgb(239,154,46); }
td.TdClassName
{
border-color: #EF9A2E;
}
.TagClassName
{
border-color: #EF9A2E;
}
</style>