Shades of Yellow Sea #EF9E34
Tints of Yellow Sea #EF9E34
RGB
CMYK
RGB Variations
Color information
#EF9E34 (or 0xEF9E34) is known color: Yellow Sea. HEX triplet: EF, 9E and 34. RGB value is (239,158,52). Sum of RGB (Red+Green+Blue) = 239+158+52=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9E34 is #1061CB. Grayscale: #AAAAAA. Windows color (decimal): -1073612 or 3448559. OLE color: 3448559.
HSL color Cylindrical-coordinate representation of color #EF9E34: hue angle of 34.01º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF9E34 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 52 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.06 |
| HSL | 34.01º | 0.85% | 0.57% | - |
| HSV(B) | 34.01º | 0.78% | 0.94% | - |
| XYZ | 48.44 | 43.05 | 9.01 | - |
| YUV | 170.14 | 61.34 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 52 | 0 | 0.34 | 0.78 | 0.06 | 34.01 | 0.85 | 0.57 |
| Hex | EF | 9E | 34 | 0 | 22 | 4E | 6 | 22 | 55 | 39 |
| Octal | 357 | 236 | 64 | 0 | 42 | 116 | 6 | 42 | 125 | 71 |
| Binary | 11101111 | 10011110 | 110100 | 0 | 100010 | 1001110 | 110 | 100010 | 1010101 | 111001 |
Color Harmonies of #EF9E34
Complementary color
Monochromatic Colors of #EF9E34
Black with #EF9E34
Text Example
Text Example
White with #EF9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E34; }
p { color: rgb(239,158,52); }
H1.HeaderClassName
{
color: #EF9E34;
}
.AnyTagClassName
{
color: #EF9E34;
}
</style>
background-color css
<style>
a { background-color: #EF9E34; }
a { background-color: rgb(239,158,52); }
div.DivClassName
{
background-color: #EF9E34;
}
.BgClassName
{
background-color: #EF9E34;
}
</style>
border-color css
<style>
span { border-color: #EF9E34; }
span { border-color: rgb(239,158,52); }
td.TdClassName
{
border-color: #EF9E34;
}
.TagClassName
{
border-color: #EF9E34;
}
</style>