Shades of Yellow Sea #EFA130
Tints of Yellow Sea #EFA130
RGB
CMYK
RGB Variations
Color information
#EFA130 (or 0xEFA130) is known color: Yellow Sea. HEX triplet: EF, A1 and 30. RGB value is (239,161,48). Sum of RGB (Red+Green+Blue) = 239+161+48=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA130 is #105ECF. Grayscale: #ABABAB. Windows color (decimal): -1072848 or 3187183. OLE color: 3187183.
HSL color Cylindrical-coordinate representation of color #EFA130: hue angle of 35.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 #EFA130 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 48 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.06 |
| HSL | 35.5º | 0.86% | 0.56% | - |
| HSV(B) | 35.5º | 0.8% | 0.94% | - |
| XYZ | 48.87 | 44.05 | 8.72 | - |
| YUV | 171.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 48 | 0 | 0.33 | 0.80 | 0.06 | 35.5 | 0.86 | 0.56 |
| Hex | EF | A1 | 30 | 0 | 21 | 50 | 6 | 23 | 56 | 38 |
| Octal | 357 | 241 | 60 | 0 | 41 | 120 | 6 | 43 | 126 | 70 |
| Binary | 11101111 | 10100001 | 110000 | 0 | 100001 | 1010000 | 110 | 100011 | 1010110 | 111000 |
Color Harmonies of #EFA130
Complementary color
Monochromatic Colors of #EFA130
Black with #EFA130
Text Example
Text Example
White with #EFA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA130; }
p { color: rgb(239,161,48); }
H1.HeaderClassName
{
color: #EFA130;
}
.AnyTagClassName
{
color: #EFA130;
}
</style>
background-color css
<style>
a { background-color: #EFA130; }
a { background-color: rgb(239,161,48); }
div.DivClassName
{
background-color: #EFA130;
}
.BgClassName
{
background-color: #EFA130;
}
</style>
border-color css
<style>
span { border-color: #EFA130; }
span { border-color: rgb(239,161,48); }
td.TdClassName
{
border-color: #EFA130;
}
.TagClassName
{
border-color: #EFA130;
}
</style>