Shades of Yellow Sea #EFA12F
Tints of Yellow Sea #EFA12F
RGB
CMYK
RGB Variations
Color information
#EFA12F (or 0xEFA12F) is known color: Yellow Sea. HEX triplet: EF, A1 and 2F. RGB value is (239,161,47). Sum of RGB (Red+Green+Blue) = 239+161+47=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA12F is #105ED0. Grayscale: #ABABAB. Windows color (decimal): -1072849 or 3121647. OLE color: 3121647.
HSL color Cylindrical-coordinate representation of color #EFA12F: hue angle of 35.62º 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 #EFA12F is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 47 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.06 |
| HSL | 35.63º | 0.86% | 0.56% | - |
| HSV(B) | 35.63º | 0.8% | 0.94% | - |
| XYZ | 48.85 | 44.05 | 8.62 | - |
| YUV | 171.33 | 57.84 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 47 | 0 | 0.33 | 0.80 | 0.06 | 35.63 | 0.86 | 0.56 |
| Hex | EF | A1 | 2F | 0 | 21 | 50 | 6 | 24 | 56 | 38 |
| Octal | 357 | 241 | 57 | 0 | 41 | 120 | 6 | 44 | 126 | 70 |
| Binary | 11101111 | 10100001 | 101111 | 0 | 100001 | 1010000 | 110 | 100100 | 1010110 | 111000 |
Color Harmonies of #EFA12F
Complementary color
Monochromatic Colors of #EFA12F
Black with #EFA12F
Text Example
Text Example
White with #EFA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA12F; }
p { color: rgb(239,161,47); }
H1.HeaderClassName
{
color: #EFA12F;
}
.AnyTagClassName
{
color: #EFA12F;
}
</style>
background-color css
<style>
a { background-color: #EFA12F; }
a { background-color: rgb(239,161,47); }
div.DivClassName
{
background-color: #EFA12F;
}
.BgClassName
{
background-color: #EFA12F;
}
</style>
border-color css
<style>
span { border-color: #EFA12F; }
span { border-color: rgb(239,161,47); }
td.TdClassName
{
border-color: #EFA12F;
}
.TagClassName
{
border-color: #EFA12F;
}
</style>