Shades of Yellow Sea #EF9D29
Tints of Yellow Sea #EF9D29
RGB
CMYK
RGB Variations
Color information
#EF9D29 (or 0xEF9D29) is known color: Yellow Sea. HEX triplet: EF, 9D and 29. RGB value is (239,157,41). Sum of RGB (Red+Green+Blue) = 239+157+41=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D29 is #1062D6. Grayscale: #A8A8A8. Windows color (decimal): -1073879 or 2727407. OLE color: 2727407.
HSL color Cylindrical-coordinate representation of color #EF9D29: hue angle of 35.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF9D29 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 41 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.06 |
| HSL | 35.15º | 0.86% | 0.55% | - |
| HSV(B) | 35.15º | 0.83% | 0.94% | - |
| XYZ | 48.05 | 42.62 | 7.79 | - |
| YUV | 168.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 41 | 0 | 0.34 | 0.83 | 0.06 | 35.15 | 0.86 | 0.55 |
| Hex | EF | 9D | 29 | 0 | 22 | 53 | 6 | 23 | 56 | 37 |
| Octal | 357 | 235 | 51 | 0 | 42 | 123 | 6 | 43 | 126 | 67 |
| Binary | 11101111 | 10011101 | 101001 | 0 | 100010 | 1010011 | 110 | 100011 | 1010110 | 110111 |
Color Harmonies of #EF9D29
Complementary color
Monochromatic Colors of #EF9D29
Black with #EF9D29
Text Example
Text Example
White with #EF9D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D29; }
p { color: rgb(239,157,41); }
H1.HeaderClassName
{
color: #EF9D29;
}
.AnyTagClassName
{
color: #EF9D29;
}
</style>
background-color css
<style>
a { background-color: #EF9D29; }
a { background-color: rgb(239,157,41); }
div.DivClassName
{
background-color: #EF9D29;
}
.BgClassName
{
background-color: #EF9D29;
}
</style>
border-color css
<style>
span { border-color: #EF9D29; }
span { border-color: rgb(239,157,41); }
td.TdClassName
{
border-color: #EF9D29;
}
.TagClassName
{
border-color: #EF9D29;
}
</style>