Shades of Yellow Sea #EF992B
Tints of Yellow Sea #EF992B
RGB
CMYK
RGB Variations
Color information
#EF992B (or 0xEF992B) is known color: Yellow Sea. HEX triplet: EF, 99 and 2B. RGB value is (239,153,43). Sum of RGB (Red+Green+Blue) = 239+153+43=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF992B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF992B is #1066D4. Grayscale: #A6A6A6. Windows color (decimal): -1074901 or 2857455. OLE color: 2857455.
HSL color Cylindrical-coordinate representation of color #EF992B: hue angle of 33.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF992B is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 43 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.06 |
| HSL | 33.67º | 0.86% | 0.55% | - |
| HSV(B) | 33.67º | 0.82% | 0.94% | - |
| XYZ | 47.42 | 41.31 | 7.76 | - |
| YUV | 166.17 | 58.49 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 43 | 0 | 0.36 | 0.82 | 0.06 | 33.67 | 0.86 | 0.55 |
| Hex | EF | 99 | 2B | 0 | 24 | 52 | 6 | 22 | 56 | 37 |
| Octal | 357 | 231 | 53 | 0 | 44 | 122 | 6 | 42 | 126 | 67 |
| Binary | 11101111 | 10011001 | 101011 | 0 | 100100 | 1010010 | 110 | 100010 | 1010110 | 110111 |
Color Harmonies of #EF992B
Complementary color
Monochromatic Colors of #EF992B
Black with #EF992B
Text Example
Text Example
White with #EF992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF992B; }
p { color: rgb(239,153,43); }
H1.HeaderClassName
{
color: #EF992B;
}
.AnyTagClassName
{
color: #EF992B;
}
</style>
background-color css
<style>
a { background-color: #EF992B; }
a { background-color: rgb(239,153,43); }
div.DivClassName
{
background-color: #EF992B;
}
.BgClassName
{
background-color: #EF992B;
}
</style>
border-color css
<style>
span { border-color: #EF992B; }
span { border-color: rgb(239,153,43); }
td.TdClassName
{
border-color: #EF992B;
}
.TagClassName
{
border-color: #EF992B;
}
</style>