Shades of Yellow Sea #EF9A36
Tints of Yellow Sea #EF9A36
RGB
CMYK
RGB Variations
Color information
#EF9A36 (or 0xEF9A36) is known color: Yellow Sea. HEX triplet: EF, 9A and 36. RGB value is (239,154,54). Sum of RGB (Red+Green+Blue) = 239+154+54=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A36 is #1065C9. Grayscale: #A8A8A8. Windows color (decimal): -1074634 or 3578607. OLE color: 3578607.
HSL color Cylindrical-coordinate representation of color #EF9A36: hue angle of 32.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF9A36 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 54 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.06 |
| HSL | 32.43º | 0.85% | 0.57% | - |
| HSV(B) | 32.43º | 0.77% | 0.94% | - |
| XYZ | 47.82 | 41.73 | 9.02 | - |
| YUV | 168.02 | 63.66 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 54 | 0 | 0.36 | 0.77 | 0.06 | 32.43 | 0.85 | 0.57 |
| Hex | EF | 9A | 36 | 0 | 24 | 4D | 6 | 20 | 55 | 39 |
| Octal | 357 | 232 | 66 | 0 | 44 | 115 | 6 | 40 | 125 | 71 |
| Binary | 11101111 | 10011010 | 110110 | 0 | 100100 | 1001101 | 110 | 100000 | 1010101 | 111001 |
Color Harmonies of #EF9A36
Complementary color
Monochromatic Colors of #EF9A36
Black with #EF9A36
Text Example
Text Example
White with #EF9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A36; }
p { color: rgb(239,154,54); }
H1.HeaderClassName
{
color: #EF9A36;
}
.AnyTagClassName
{
color: #EF9A36;
}
</style>
background-color css
<style>
a { background-color: #EF9A36; }
a { background-color: rgb(239,154,54); }
div.DivClassName
{
background-color: #EF9A36;
}
.BgClassName
{
background-color: #EF9A36;
}
</style>
border-color css
<style>
span { border-color: #EF9A36; }
span { border-color: rgb(239,154,54); }
td.TdClassName
{
border-color: #EF9A36;
}
.TagClassName
{
border-color: #EF9A36;
}
</style>