Shades of Yellow Sea #EF972F
Tints of Yellow Sea #EF972F
RGB
CMYK
RGB Variations
Color information
#EF972F (or 0xEF972F) is known color: Yellow Sea. HEX triplet: EF, 97 and 2F. RGB value is (239,151,47). Sum of RGB (Red+Green+Blue) = 239+151+47=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF972F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF972F is #1068D0. Grayscale: #A5A5A5. Windows color (decimal): -1075409 or 3119087. OLE color: 3119087.
HSL color Cylindrical-coordinate representation of color #EF972F: hue angle of 32.5º 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 #EF972F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 47 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.06 |
| HSL | 32.5º | 0.86% | 0.56% | - |
| HSV(B) | 32.5º | 0.8% | 0.94% | - |
| XYZ | 47.18 | 40.69 | 8.06 | - |
| YUV | 165.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 47 | 0 | 0.37 | 0.80 | 0.06 | 32.5 | 0.86 | 0.56 |
| Hex | EF | 97 | 2F | 0 | 25 | 50 | 6 | 20 | 56 | 38 |
| Octal | 357 | 227 | 57 | 0 | 45 | 120 | 6 | 40 | 126 | 70 |
| Binary | 11101111 | 10010111 | 101111 | 0 | 100101 | 1010000 | 110 | 100000 | 1010110 | 111000 |
Color Harmonies of #EF972F
Complementary color
Monochromatic Colors of #EF972F
Black with #EF972F
Text Example
Text Example
White with #EF972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF972F; }
p { color: rgb(239,151,47); }
H1.HeaderClassName
{
color: #EF972F;
}
.AnyTagClassName
{
color: #EF972F;
}
</style>
background-color css
<style>
a { background-color: #EF972F; }
a { background-color: rgb(239,151,47); }
div.DivClassName
{
background-color: #EF972F;
}
.BgClassName
{
background-color: #EF972F;
}
</style>
border-color css
<style>
span { border-color: #EF972F; }
span { border-color: rgb(239,151,47); }
td.TdClassName
{
border-color: #EF972F;
}
.TagClassName
{
border-color: #EF972F;
}
</style>