Shades of Yellow Sea #EF9C2B
Tints of Yellow Sea #EF9C2B
RGB
CMYK
RGB Variations
Color information
#EF9C2B (or 0xEF9C2B) is known color: Yellow Sea. HEX triplet: EF, 9C and 2B. RGB value is (239,156,43). Sum of RGB (Red+Green+Blue) = 239+156+43=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9C2B is #1063D4. Grayscale: #A8A8A8. Windows color (decimal): -1074133 or 2858223. OLE color: 2858223.
HSL color Cylindrical-coordinate representation of color #EF9C2B: hue angle of 34.59º 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 #EF9C2B is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 43 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.06 |
| HSL | 34.59º | 0.86% | 0.55% | - |
| HSV(B) | 34.59º | 0.82% | 0.94% | - |
| XYZ | 47.92 | 42.3 | 7.92 | - |
| YUV | 167.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 43 | 0 | 0.35 | 0.82 | 0.06 | 34.59 | 0.86 | 0.55 |
| Hex | EF | 9C | 2B | 0 | 23 | 52 | 6 | 23 | 56 | 37 |
| Octal | 357 | 234 | 53 | 0 | 43 | 122 | 6 | 43 | 126 | 67 |
| Binary | 11101111 | 10011100 | 101011 | 0 | 100011 | 1010010 | 110 | 100011 | 1010110 | 110111 |
Color Harmonies of #EF9C2B
Complementary color
Monochromatic Colors of #EF9C2B
Black with #EF9C2B
Text Example
Text Example
White with #EF9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C2B; }
p { color: rgb(239,156,43); }
H1.HeaderClassName
{
color: #EF9C2B;
}
.AnyTagClassName
{
color: #EF9C2B;
}
</style>
background-color css
<style>
a { background-color: #EF9C2B; }
a { background-color: rgb(239,156,43); }
div.DivClassName
{
background-color: #EF9C2B;
}
.BgClassName
{
background-color: #EF9C2B;
}
</style>
border-color css
<style>
span { border-color: #EF9C2B; }
span { border-color: rgb(239,156,43); }
td.TdClassName
{
border-color: #EF9C2B;
}
.TagClassName
{
border-color: #EF9C2B;
}
</style>