Shades of Yellow Sea #EF9E3E
Tints of Yellow Sea #EF9E3E
RGB
CMYK
RGB Variations
Color information
#EF9E3E (or 0xEF9E3E) is known color: Yellow Sea. HEX triplet: EF, 9E and 3E. RGB value is (239,158,62). Sum of RGB (Red+Green+Blue) = 239+158+62=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9E3E is #1061C1. Grayscale: #ABABAB. Windows color (decimal): -1073602 or 4103919. OLE color: 4103919.
HSL color Cylindrical-coordinate representation of color #EF9E3E: hue angle of 32.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF9E3E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 62 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.06 |
| HSL | 32.54º | 0.85% | 0.59% | - |
| HSV(B) | 32.54º | 0.74% | 0.94% | - |
| XYZ | 48.69 | 43.15 | 10.32 | - |
| YUV | 171.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 62 | 0 | 0.34 | 0.74 | 0.06 | 32.54 | 0.85 | 0.59 |
| Hex | EF | 9E | 3E | 0 | 22 | 4A | 6 | 21 | 55 | 3B |
| Octal | 357 | 236 | 76 | 0 | 42 | 112 | 6 | 41 | 125 | 73 |
| Binary | 11101111 | 10011110 | 111110 | 0 | 100010 | 1001010 | 110 | 100001 | 1010101 | 111011 |
Color Harmonies of #EF9E3E
Complementary color
Monochromatic Colors of #EF9E3E
Black with #EF9E3E
Text Example
Text Example
White with #EF9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E3E; }
p { color: rgb(239,158,62); }
H1.HeaderClassName
{
color: #EF9E3E;
}
.AnyTagClassName
{
color: #EF9E3E;
}
</style>
background-color css
<style>
a { background-color: #EF9E3E; }
a { background-color: rgb(239,158,62); }
div.DivClassName
{
background-color: #EF9E3E;
}
.BgClassName
{
background-color: #EF9E3E;
}
</style>
border-color css
<style>
span { border-color: #EF9E3E; }
span { border-color: rgb(239,158,62); }
td.TdClassName
{
border-color: #EF9E3E;
}
.TagClassName
{
border-color: #EF9E3E;
}
</style>