Shades of Yellow Sea #EF9C30
Tints of Yellow Sea #EF9C30
RGB
CMYK
RGB Variations
Color information
#EF9C30 (or 0xEF9C30) is known color: Yellow Sea. HEX triplet: EF, 9C and 30. RGB value is (239,156,48). Sum of RGB (Red+Green+Blue) = 239+156+48=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9C30 is #1063CF. Grayscale: #A9A9A9. Windows color (decimal): -1074128 or 3185903. OLE color: 3185903.
HSL color Cylindrical-coordinate representation of color #EF9C30: hue angle of 33.93º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF9C30 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 48 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.06 |
| HSL | 33.93º | 0.86% | 0.56% | - |
| HSV(B) | 33.93º | 0.8% | 0.94% | - |
| XYZ | 48.02 | 42.34 | 8.44 | - |
| YUV | 168.51 | 60 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 48 | 0 | 0.35 | 0.80 | 0.06 | 33.93 | 0.86 | 0.56 |
| Hex | EF | 9C | 30 | 0 | 23 | 50 | 6 | 22 | 56 | 38 |
| Octal | 357 | 234 | 60 | 0 | 43 | 120 | 6 | 42 | 126 | 70 |
| Binary | 11101111 | 10011100 | 110000 | 0 | 100011 | 1010000 | 110 | 100010 | 1010110 | 111000 |
Color Harmonies of #EF9C30
Complementary color
Monochromatic Colors of #EF9C30
Black with #EF9C30
Text Example
Text Example
White with #EF9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C30; }
p { color: rgb(239,156,48); }
H1.HeaderClassName
{
color: #EF9C30;
}
.AnyTagClassName
{
color: #EF9C30;
}
</style>
background-color css
<style>
a { background-color: #EF9C30; }
a { background-color: rgb(239,156,48); }
div.DivClassName
{
background-color: #EF9C30;
}
.BgClassName
{
background-color: #EF9C30;
}
</style>
border-color css
<style>
span { border-color: #EF9C30; }
span { border-color: rgb(239,156,48); }
td.TdClassName
{
border-color: #EF9C30;
}
.TagClassName
{
border-color: #EF9C30;
}
</style>